#BFB88A

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

Shades of Coriander #BFB88A

Tints of Coriander #BFB88A

Color information

#BFB88A (or 0xBFB88A) is unknown color: approx Coriander. HEX triplet: BF, B8 and 8A. RGB value is (191,184,138). Sum of RGB (Red+Green+Blue) = 191+184+138=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB88A is #404775. Grayscale: #B5B5B5. Windows color (decimal): -4212598 or 9091263. OLE color: 9091263.

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

Color convert

RGB191184138-
CMYK00.040.280.25
HSL52.08º29.28%64.51%-
HSV(B)52.08º27.75%74.9%-
XYZ43.2147.1930.88-
YUV180.85103.82135.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=37.23%
G=35.87%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118413800.040.280.2552.0829.2864.51
HexBFB88A041C19341d41
Octal2772702120434316435101
Binary10111111101110001000101001001110011001110100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB88A; }

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

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

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

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

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

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

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

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