#BFB793

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

Shades of Coriander #BFB793

Tints of Coriander #BFB793

Color information

#BFB793 (or 0xBFB793) is unknown color: approx Coriander. HEX triplet: BF, B7 and 93. RGB value is (191,183,147). Sum of RGB (Red+Green+Blue) = 191+183+147=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB793 is #40486C. Grayscale: #B5B5B5. Windows color (decimal): -4212845 or 9680831. OLE color: 9680831.

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

Color convert

RGB191183147-
CMYK00.040.230.25
HSL49.09º25.58%66.27%-
HSV(B)49.09º23.04%74.9%-
XYZ43.6947.0534.38-
YUV181.29108.65134.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=36.66%
G=35.12%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118314700.040.230.2549.0925.5866.27
HexBFB793041719311a42
Octal2772672230427316132102
Binary10111111101101111001001101001011111001110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB793; }

 p { color: rgb(191,183,147); }

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

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

 a { background-color: rgb(191,183,147); }

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

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

 span { border-color: rgb(191,183,147); }

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