#B0955A

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

Shades of Barley Corn #B0955A

Tints of Barley Corn #B0955A

Color information

#B0955A (or 0xB0955A) is unknown color: approx Barley Corn. HEX triplet: B0, 95 and 5A. RGB value is (176,149,90). Sum of RGB (Red+Green+Blue) = 176+149+90=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0955A is #4F6AA5. Grayscale: #969696. Windows color (decimal): -5204646 or 5936560. OLE color: 5936560.

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

Color convert

RGB17614990-
CMYK00.150.490.31
HSL41.16º35.25%52.16%-
HSV(B)41.16º48.86%69.02%-
XYZ30.531.4614.14-
YUV150.3593.95146.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=42.41%
G=35.90%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761499000.150.490.3141.1635.2552.16
HexB0955A0F311F292334
Octal2602251320176137514364
Binary101100001001010110110100111111000111111101001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0955A; }

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

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

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

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

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

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

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

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