Color Hex Logo

#bfa352 Color Hex

#BFA352
(191,163,82)
0 Favorites   0 Comments

Color spaces of #bfa352

RGB 19116382
HSL0.120.460.54
HSV45°57°75°
CMYK 0.000.150.57   0.25
XYZ36.106037.879913.3912
Yxy37.87990.41320.4335
Hunter Lab61.5466-2.990630.1825
CIE-Lab67.93200.342345.2500

#bfa352 color RGB value is (191,163,82).

#bfa352 hex color red value is 191, green value is 163 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bfa352 hue: 0.12 , saturation: 0.46 and the lightness value of bfa352 is 0.54.

The process color (four color CMYK) of #bfa352 color hex is 0.00, 0.15, 0.57, 0.25. Web safe color of #bfa352 is #cc9966. Color #bfa352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 01010010
Octal 277 243 122
Decimal 191 163 82
Hex BF A3 52

RGB Percentages of Color #bfa352

%43.81
%37.39
%18.81

CMYK Percentages of Color #bfa352

%0
%15
%57
%25

Triadic Colors of #bfa352

#bfa352 #52bfa3 #a352bf

Analogous Colors of #bfa352

#bfa352 #a5bf52 #bf6d52

Monochromatic Colors of #bfa352

#bfa352

Complementary Color

#bfa352 #526ebf

#bfa352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa352 Color CSS Codes

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

#bfa352 Text Font Color

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

This sample text font color is #bfa352
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.


#bfa352 Background Color

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

This div background color is #bfa352


#bfa352 Border Color

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

This div border color is #bfa352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa352

#bfa352 Color Palettes


Comments

No comments written yet.

Please login to write comment.