#BFB888

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

Shades of Coriander #BFB888

Tints of Coriander #BFB888

Color information

#BFB888 (or 0xBFB888) is unknown color: approx Coriander. HEX triplet: BF, B8 and 88. RGB value is (191,184,136). Sum of RGB (Red+Green+Blue) = 191+184+136=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB888 is #404777. Grayscale: #B4B4B4. Windows color (decimal): -4212600 or 8960191. OLE color: 8960191.

HSL color Cylindrical-coordinate representation of color #BFB888: hue angle of 52.36º 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 #BFB888 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191184136-
CMYK00.040.290.25
HSL52.36º30.05%64.12%-
HSV(B)52.36º28.8%74.9%-
XYZ43.0747.1330.12-
YUV180.62102.82135.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=37.38%
G=36.01%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118413600.040.290.2552.3630.0564.12
HexBFB888041D19341e40
Octal2772702100435316436100
Binary10111111101110001000100001001110111001110100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB888; }

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

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

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

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

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

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

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

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