#BFB78A

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

Shades of Coriander #BFB78A

Tints of Coriander #BFB78A

Color information

#BFB78A (or 0xBFB78A) is unknown color: approx Coriander. HEX triplet: BF, B7 and 8A. RGB value is (191,183,138). Sum of RGB (Red+Green+Blue) = 191+183+138=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB78A is #404875. Grayscale: #B4B4B4. Windows color (decimal): -4212854 or 9091007. OLE color: 9091007.

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

Color convert

RGB191183138-
CMYK00.040.280.25
HSL50.94º29.28%64.51%-
HSV(B)50.94º27.75%74.9%-
XYZ43.0146.7830.81-
YUV180.26104.15135.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=37.30%
G=35.74%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118313800.040.280.2550.9429.2864.51
HexBFB78A041C19331d41
Octal2772672120434316335101
Binary10111111101101111000101001001110011001110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB78A; }

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

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

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

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

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

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

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

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