#BFB88E

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

Shades of Coriander #BFB88E

Tints of Coriander #BFB88E

Color information

#BFB88E (or 0xBFB88E) is unknown color: approx Coriander. HEX triplet: BF, B8 and 8E. RGB value is (191,184,142). Sum of RGB (Red+Green+Blue) = 191+184+142=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB88E is #404771. Grayscale: #B5B5B5. Windows color (decimal): -4212594 or 9353407. OLE color: 9353407.

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

Color convert

RGB191184142-
CMYK00.040.260.25
HSL51.43º27.68%65.29%-
HSV(B)51.43º25.65%74.9%-
XYZ43.5147.3132.43-
YUV181.3105.82134.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=36.94%
G=35.59%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118414200.040.260.2551.4327.6865.29
HexBFB88E041A19331c41
Octal2772702160432316334101
Binary10111111101110001000111001001101011001110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB88E; }

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

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

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

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

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

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

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

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