#BFB988

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

Shades of Coriander #BFB988

Tints of Coriander #BFB988

Color information

#BFB988 (or 0xBFB988) is unknown color: approx Coriander. HEX triplet: BF, B9 and 88. RGB value is (191,185,136). Sum of RGB (Red+Green+Blue) = 191+185+136=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB988 is #404677. Grayscale: #B5B5B5. Windows color (decimal): -4212344 or 8960447. OLE color: 8960447.

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

Color convert

RGB191185136-
CMYK00.030.290.25
HSL53.45º30.05%64.12%-
HSV(B)53.45º28.8%74.9%-
XYZ43.2847.5530.19-
YUV181.21102.49134.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 185 (72.66% from 255) = 36.13%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=37.30%
G=36.13%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118513600.030.290.2553.4530.0564.12
HexBFB988031D19351e40
Octal2772712100335316536100
Binary1011111110111001100010000111110111001110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB988; }

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

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

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

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

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

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

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

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