#BFB88F

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

Shades of Coriander #BFB88F

Tints of Coriander #BFB88F

Color information

#BFB88F (or 0xBFB88F) is unknown color: approx Coriander. HEX triplet: BF, B8 and 8F. RGB value is (191,184,143). Sum of RGB (Red+Green+Blue) = 191+184+143=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB88F is #404770. Grayscale: #B5B5B5. Windows color (decimal): -4212593 or 9418943. OLE color: 9418943.

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

Color convert

RGB191184143-
CMYK00.040.250.25
HSL51.25º27.27%65.49%-
HSV(B)51.25º25.13%74.9%-
XYZ43.5847.3432.83-
YUV181.42106.32134.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=36.87%
G=35.52%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118414300.040.250.2551.2527.2765.49
HexBFB88F041919331b41
Octal2772702170431316333101
Binary10111111101110001000111101001100111001110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB88F; }

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

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

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

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

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

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

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

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