#BFBA94

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

Shades of Coriander #BFBA94

Tints of Coriander #BFBA94

Color information

#BFBA94 (or 0xBFBA94) is unknown color: approx Coriander. HEX triplet: BF, BA and 94. RGB value is (191,186,148). Sum of RGB (Red+Green+Blue) = 191+186+148=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA94 is #40456B. Grayscale: #B7B7B7. Windows color (decimal): -4212076 or 9747135. OLE color: 9747135.

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

Color convert

RGB191186148-
CMYK00.030.230.25
HSL53.02º25.15%66.47%-
HSV(B)53.02º22.51%74.9%-
XYZ44.3948.3335.01-
YUV183.16108.16133.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=36.38%
G=35.43%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118614800.030.230.2553.0225.1566.47
HexBFBA94031719351942
Octal2772722240327316531102
Binary1011111110111010100101000111011111001110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA94; }

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

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

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

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

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

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

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

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