#b09758

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

Shades of Barley Corn #B09758

Tints of Barley Corn #B09758

Color information

#B09758 (or 0xB09758) is unknown color: approx Barley Corn. HEX triplet: B0, 97 and 58. RGB value is (176,151,88). Sum of RGB (Red+Green+Blue) = 176+151+88=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B09758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09758 is #4F68A7. Grayscale: #979797. Windows color (decimal): -5204136 or 5806000. OLE color: 5806000.

HSL color Cylindrical-coordinate representation of color #B09758: hue angle of 42.95º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B09758 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17615188-
CMYK00.140.500.31
HSL42.95º35.77%51.76%-
HSV(B)42.95º50%69.02%-
XYZ30.7332.0713.8-
YUV151.2992.28145.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 151 (59.38% from 255) = 36.39%
BLUE value IS 88 (34.77% from 255) = 21.20%
R=42.41%
G=36.39%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761518800.140.500.3142.9535.7751.76
HexB097580E321F2b2434
Octal2602271300166237534464
Binary101100001001011110110000111011001011111101011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09758; }

 p { color: rgb(176,151,88); }

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

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

 a { background-color: rgb(176,151,88); }

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

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

 span { border-color: rgb(176,151,88); }

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