#BFBA88

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

Shades of Coriander #BFBA88

Tints of Coriander #BFBA88

Color information

#BFBA88 (or 0xBFBA88) is unknown color: approx Coriander. HEX triplet: BF, BA and 88. RGB value is (191,186,136). Sum of RGB (Red+Green+Blue) = 191+186+136=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA88 is #404577. Grayscale: #B6B6B6. Windows color (decimal): -4212088 or 8960703. OLE color: 8960703.

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

Color convert

RGB191186136-
CMYK00.030.290.25
HSL54.55º30.05%64.12%-
HSV(B)54.55º28.8%74.9%-
XYZ43.4947.9730.26-
YUV181.8102.16134.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 136 (53.52% from 255) = 26.51%
R=37.23%
G=36.26%
B=26.51%

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
Decimal19118613600.030.290.2554.5530.0564.12
HexBFBA88031D19371e40
Octal2772722100335316736100
Binary1011111110111010100010000111110111001110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA88; }

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

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

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

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

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

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

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

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