#BFBA87

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

Shades of Coriander #BFBA87

Tints of Coriander #BFBA87

Color information

#BFBA87 (or 0xBFBA87) is unknown color: approx Coriander. HEX triplet: BF, BA and 87. RGB value is (191,186,135). Sum of RGB (Red+Green+Blue) = 191+186+135=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA87 is #404578. Grayscale: #B5B5B5. Windows color (decimal): -4212089 or 8895167. OLE color: 8895167.

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

Color convert

RGB191186135-
CMYK00.030.290.25
HSL54.64º30.43%63.92%-
HSV(B)54.64º29.32%74.9%-
XYZ43.4247.9429.89-
YUV181.68101.66134.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 135 (53.12% from 255) = 26.37%
R=37.30%
G=36.33%
B=26.37%

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
Decimal19118613500.030.290.2554.6430.4363.92
HexBFBA87031D19371e40
Octal2772722070335316736100
Binary1011111110111010100001110111110111001110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA87; }

 p { color: rgb(191,186,135); }

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

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

 a { background-color: rgb(191,186,135); }

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

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

 span { border-color: rgb(191,186,135); }

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