#BFBA97

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

Shades of Coriander #BFBA97

Tints of Coriander #BFBA97

Color information

#BFBA97 (or 0xBFBA97) is unknown color: approx Coriander. HEX triplet: BF, BA and 97. RGB value is (191,186,151). Sum of RGB (Red+Green+Blue) = 191+186+151=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA97 is #404568. Grayscale: #B7B7B7. Windows color (decimal): -4212073 or 9943743. OLE color: 9943743.

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

Color convert

RGB191186151-
CMYK00.030.210.25
HSL52.5º23.81%67.06%-
HSV(B)52.5º20.94%74.9%-
XYZ44.6348.4336.27-
YUV183.5109.66133.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=36.17%
G=35.23%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118615100.030.210.2552.523.8167.06
HexBFBA97031519341843
Octal2772722270325316430103
Binary1011111110111010100101110111010111001110100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA97; }

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

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

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

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

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

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

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

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