#BFB48A

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

Shades of Coriander #BFB48A

Tints of Coriander #BFB48A

Color information

#BFB48A (or 0xBFB48A) is unknown color: approx Coriander. HEX triplet: BF, B4 and 8A. RGB value is (191,180,138). Sum of RGB (Red+Green+Blue) = 191+180+138=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB48A is #404B75. Grayscale: #B2B2B2. Windows color (decimal): -4213622 or 9090239. OLE color: 9090239.

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

Color convert

RGB191180138-
CMYK00.060.280.25
HSL47.55º29.28%64.51%-
HSV(B)47.55º27.75%74.9%-
XYZ42.3945.5530.6-
YUV178.5105.14136.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=37.52%
G=35.36%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118013800.060.280.2547.5529.2864.51
HexBFB48A061C19301d41
Octal2772642120634316035101
Binary10111111101101001000101001101110011001110000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB48A; }

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

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

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

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

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

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

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

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