#BFB48B

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

Shades of Coriander #BFB48B

Tints of Coriander #BFB48B

Color information

#BFB48B (or 0xBFB48B) is unknown color: approx Coriander. HEX triplet: BF, B4 and 8B. RGB value is (191,180,139). Sum of RGB (Red+Green+Blue) = 191+180+139=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB48B is #404B74. Grayscale: #B2B2B2. Windows color (decimal): -4213621 or 9155775. OLE color: 9155775.

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

Color convert

RGB191180139-
CMYK00.060.270.25
HSL47.31º28.89%64.71%-
HSV(B)47.31º27.23%74.9%-
XYZ42.4745.5830.99-
YUV178.62105.64136.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=37.45%
G=35.29%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118013900.060.270.2547.3128.8964.71
HexBFB48B061B192f1d41
Octal2772642130633315735101
Binary10111111101101001000101101101101111001101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB48B; }

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

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

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

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

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

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

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

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