#B09458

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

Shades of Barley Corn #B09458

Tints of Barley Corn #B09458

Color information

#B09458 (or 0xB09458) is unknown color: approx Barley Corn. HEX triplet: B0, 94 and 58. RGB value is (176,148,88). Sum of RGB (Red+Green+Blue) = 176+148+88=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B09458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09458 is #4F6BA7. Grayscale: #959595. Windows color (decimal): -5204904 or 5805232. OLE color: 5805232.

HSL color Cylindrical-coordinate representation of color #B09458: hue angle of 40.91º 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 #B09458 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17614888-
CMYK00.160.500.31
HSL40.91º35.77%51.76%-
HSV(B)40.91º50%69.02%-
XYZ30.2631.1113.64-
YUV149.5393.28146.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 88 (34.77% from 255) = 21.36%
R=42.72%
G=35.92%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761488800.160.500.3140.9135.7751.76
HexB09458010321F292434
Octal2602241300206237514464
Binary1011000010010100101100001000011001011111101001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09458; }

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

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

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

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

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

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

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

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