#BFBA84

Color #BFBA84 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BFBA84

Tints of Coriander #BFBA84

Color information

#BFBA84 (or 0xBFBA84) is unknown color: approx Coriander. HEX triplet: BF, BA and 84. RGB value is (191,186,132). Sum of RGB (Red+Green+Blue) = 191+186+132=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA84 is #40457B. Grayscale: #B5B5B5. Windows color (decimal): -4212092 or 8698559. OLE color: 8698559.

HSL color Cylindrical-coordinate representation of color #BFBA84: hue angle of 54.92º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFBA84 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB191186132-
CMYK00.030.310.25
HSL54.92º31.55%63.33%-
HSV(B)54.92º30.89%74.9%-
XYZ43.2147.8628.79-
YUV181.34100.16134.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=37.52%
G=36.54%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118613200.030.310.2554.9231.5563.33
HexBFBA84031F1937203f
Octal277272204033731674077
Binary1011111110111010100001000111111111001110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA84; }

 p { color: rgb(191,186,132); }

 H1.HeaderClassName
 {
   color: #BFBA84;
 }
 .AnyTagClassName
 {
   color: #BFBA84;
 }
</style>
background-color css

<style>
 a { background-color: #BFBA84; }

 a { background-color: rgb(191,186,132); }

 div.DivClassName
 {
   background-color: #BFBA84;
 }
 .BgClassName
 {
   background-color: #BFBA84;
 }
</style>
border-color css

<style>
 span { border-color: #BFBA84; }

 span { border-color: rgb(191,186,132); }

 td.TdClassName
 {
   border-color: #BFBA84;
 }
 .TagClassName
 {
   border-color: #BFBA84;
 }
</style>