#BFB695

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

Shades of Coriander #BFB695

Tints of Coriander #BFB695

Color information

#BFB695 (or 0xBFB695) is unknown color: approx Coriander. HEX triplet: BF, B6 and 95. RGB value is (191,182,149). Sum of RGB (Red+Green+Blue) = 191+182+149=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB695 is #40496A. Grayscale: #B5B5B5. Windows color (decimal): -4213099 or 9811647. OLE color: 9811647.

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

Color convert

RGB191182149-
CMYK00.050.220.25
HSL47.14º24.71%66.67%-
HSV(B)47.14º21.99%74.9%-
XYZ43.6446.735.15-
YUV180.93109.98135.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=36.59%
G=34.87%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118214900.050.220.2547.1424.7166.67
HexBFB6950516192f1943
Octal2772662250526315731103
Binary10111111101101101001010101011011011001101111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB695; }

 p { color: rgb(191,182,149); }

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

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

 a { background-color: rgb(191,182,149); }

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

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

 span { border-color: rgb(191,182,149); }

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