#BFBA89

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

Shades of Coriander #BFBA89

Tints of Coriander #BFBA89

Color information

#BFBA89 (or 0xBFBA89) is unknown color: approx Coriander. HEX triplet: BF, BA and 89. RGB value is (191,186,137). Sum of RGB (Red+Green+Blue) = 191+186+137=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA89 is #404576. Grayscale: #B6B6B6. Windows color (decimal): -4212087 or 9026239. OLE color: 9026239.

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

Color convert

RGB191186137-
CMYK00.030.280.25
HSL54.44º29.67%64.31%-
HSV(B)54.44º28.27%74.9%-
XYZ43.564830.64-
YUV181.91102.66134.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 137 (53.91% from 255) = 26.65%
R=37.16%
G=36.19%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118613700.030.280.2554.4429.6764.31
HexBFBA89031C19361e40
Octal2772722110334316636100
Binary1011111110111010100010010111110011001110110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA89; }

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

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

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

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

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

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

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

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