#BFB990

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

Shades of Coriander #BFB990

Tints of Coriander #BFB990

Color information

#BFB990 (or 0xBFB990) is unknown color: approx Coriander. HEX triplet: BF, B9 and 90. RGB value is (191,185,144). Sum of RGB (Red+Green+Blue) = 191+185+144=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB990 is #40466F. Grayscale: #B6B6B6. Windows color (decimal): -4212336 or 9484735. OLE color: 9484735.

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

Color convert

RGB191185144-
CMYK00.030.250.25
HSL52.34º26.86%65.69%-
HSV(B)52.34º24.61%74.9%-
XYZ43.8747.7933.3-
YUV182.12106.49134.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=36.73%
G=35.58%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118514400.030.250.2552.3426.8665.69
HexBFB990031919341b42
Octal2772712200331316433102
Binary1011111110111001100100000111100111001110100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB990; }

 p { color: rgb(191,185,144); }

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

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

 a { background-color: rgb(191,185,144); }

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

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

 span { border-color: rgb(191,185,144); }

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