#B0945A

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

Shades of Barley Corn #B0945A

Tints of Barley Corn #B0945A

Color information

#B0945A (or 0xB0945A) is unknown color: approx Barley Corn. HEX triplet: B0, 94 and 5A. RGB value is (176,148,90). Sum of RGB (Red+Green+Blue) = 176+148+90=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0945A is #4F6BA5. Grayscale: #969696. Windows color (decimal): -5204902 or 5936304. OLE color: 5936304.

HSL color Cylindrical-coordinate representation of color #B0945A: hue angle of 40.47º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0945A is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17614890-
CMYK00.160.490.31
HSL40.47º35.25%52.16%-
HSV(B)40.47º48.86%69.02%-
XYZ30.3431.1514.09-
YUV149.7694.28146.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 90 (35.55% from 255) = 21.74%
R=42.51%
G=35.75%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761489000.160.490.3140.4735.2552.16
HexB0945A010311F282334
Octal2602241320206137504364
Binary1011000010010100101101001000011000111111101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0945A; }

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

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

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

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

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

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

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

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