#BFB884

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

Shades of Coriander #BFB884

Tints of Coriander #BFB884

Color information

#BFB884 (or 0xBFB884) is unknown color: approx Coriander. HEX triplet: BF, B8 and 84. RGB value is (191,184,132). Sum of RGB (Red+Green+Blue) = 191+184+132=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB884 is #40477B. Grayscale: #B4B4B4. Windows color (decimal): -4212604 or 8698047. OLE color: 8698047.

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

Color convert

RGB191184132-
CMYK00.040.310.25
HSL52.88º31.55%63.33%-
HSV(B)52.88º30.89%74.9%-
XYZ42.7947.0228.65-
YUV180.16100.82135.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 132 (51.95% from 255) = 26.04%
R=37.67%
G=36.29%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118413200.040.310.2552.8831.5563.33
HexBFB884041F1935203f
Octal277270204043731654077
Binary10111111101110001000010001001111111001110101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB884; }

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

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

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

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

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

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

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

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