#BFB58A

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

Shades of Coriander #BFB58A

Tints of Coriander #BFB58A

Color information

#BFB58A (or 0xBFB58A) is unknown color: approx Coriander. HEX triplet: BF, B5 and 8A. RGB value is (191,181,138). Sum of RGB (Red+Green+Blue) = 191+181+138=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB58A is #404A75. Grayscale: #B3B3B3. Windows color (decimal): -4213366 or 9090495. OLE color: 9090495.

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

Color convert

RGB191181138-
CMYK00.050.280.25
HSL48.68º29.28%64.51%-
HSV(B)48.68º27.75%74.9%-
XYZ42.645.9630.67-
YUV179.09104.81136.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=37.45%
G=35.49%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118113800.050.280.2548.6829.2864.51
HexBFB58A051C19311d41
Octal2772652120534316135101
Binary10111111101101011000101001011110011001110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB58A; }

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

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

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

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

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

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

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

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