#BFB688

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

Shades of Coriander #BFB688

Tints of Coriander #BFB688

Color information

#BFB688 (or 0xBFB688) is unknown color: approx Coriander. HEX triplet: BF, B6 and 88. RGB value is (191,182,136). Sum of RGB (Red+Green+Blue) = 191+182+136=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB688 is #404977. Grayscale: #B3B3B3. Windows color (decimal): -4213112 or 8959679. OLE color: 8959679.

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

Color convert

RGB191182136-
CMYK00.050.290.25
HSL50.18º30.05%64.12%-
HSV(B)50.18º28.8%74.9%-
XYZ42.6646.3129.98-
YUV179.45103.48136.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=37.52%
G=35.76%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118213600.050.290.2550.1830.0564.12
HexBFB688051D19321e40
Octal2772662100535316236100
Binary10111111101101101000100001011110111001110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB688; }

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

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

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

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

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

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

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

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