Color Hex Logo

#bfa330 Color Hex

#BFA330
(191,163,48)
0 Favorites   0 Comments

Color spaces of #bfa330

RGB 19116348
HSL0.130.600.47
HSV48°75°75°
CMYK 0.000.150.75   0.25
XYZ35.116637.48428.1806
Yxy37.48420.43470.4640
Hunter Lab61.2243-4.759934.9349
CIE-Lab67.6387-1.731959.8120

#bfa330 color RGB value is (191,163,48).

#bfa330 hex color red value is 191, green value is 163 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bfa330 hue: 0.13 , saturation: 0.60 and the lightness value of bfa330 is 0.47.

The process color (four color CMYK) of #bfa330 color hex is 0.00, 0.15, 0.75, 0.25. Web safe color of #bfa330 is #cc9933. Color #bfa330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 00110000
Octal 277 243 60
Decimal 191 163 48
Hex BF A3 30

RGB Percentages of Color #bfa330

%47.51
%40.55
%11.94

CMYK Percentages of Color #bfa330

%0
%15
%75
%25

Triadic Colors of #bfa330

#bfa330 #30bfa3 #a330bf

Analogous Colors of #bfa330

#bfa330 #94bf30 #bf5c30

Monochromatic Colors of #bfa330

#bfa330

Complementary Color

#bfa330 #304cbf

#bfa330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa330 Color CSS Codes

.mybgcolor {background-color:#bfa330; } 
.myforecolor {color:#bfa330; }
.mybordercolor {border:3px solid #bfa330; }

#bfa330 Text Font Color

<p style="color:#bfa330">Text here</p>

This sample text font color is #bfa330
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfa330 Background Color

<div style="background-color:#bfa330">
Div content here</div>

This div background color is #bfa330


#bfa330 Border Color

<div style="border:3px solid #bfa330">
Div here</div>

This div border color is #bfa330


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,163,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfa330; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfa330;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa330;
  box-shadow:         1px 1px 3px 2px #bfa330; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,163,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfa330">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa330;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa330;
  box-shadow:         1px 1px 3px 2px #bfa330;">
Div content here</div>

This div box has shadow with color #bfa330

#bfa330 Color Palettes


Comments

No comments written yet.

Please login to write comment.