#BFBA8B

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

Shades of Coriander #BFBA8B

Tints of Coriander #BFBA8B

Color information

#BFBA8B (or 0xBFBA8B) is unknown color: approx Coriander. HEX triplet: BF, BA and 8B. RGB value is (191,186,139). Sum of RGB (Red+Green+Blue) = 191+186+139=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA8B is #404574. Grayscale: #B6B6B6. Windows color (decimal): -4212085 or 9157311. OLE color: 9157311.

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

Color convert

RGB191186139-
CMYK00.030.270.25
HSL54.23º28.89%64.71%-
HSV(B)54.23º27.23%74.9%-
XYZ43.748.0631.4-
YUV182.14103.66134.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=37.02%
G=36.05%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118613900.030.270.2554.2328.8964.71
HexBFBA8B031B19361d41
Octal2772722130333316635101
Binary1011111110111010100010110111101111001110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA8B; }

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

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

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

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

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

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

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

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