#BFBA8A

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

Shades of Coriander #BFBA8A

Tints of Coriander #BFBA8A

Color information

#BFBA8A (or 0xBFBA8A) is unknown color: approx Coriander. HEX triplet: BF, BA and 8A. RGB value is (191,186,138). Sum of RGB (Red+Green+Blue) = 191+186+138=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA8A is #404575. Grayscale: #B6B6B6. Windows color (decimal): -4212086 or 9091775. OLE color: 9091775.

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

Color convert

RGB191186138-
CMYK00.030.280.25
HSL54.34º29.28%64.51%-
HSV(B)54.34º27.75%74.9%-
XYZ43.6348.0331.02-
YUV182.02103.16134.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=37.09%
G=36.12%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118613800.030.280.2554.3429.2864.51
HexBFBA8A031C19361d41
Octal2772722120334316635101
Binary1011111110111010100010100111110011001110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA8A; }

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

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

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

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

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

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

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

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