#B2975A

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

Shades of Barley Corn #B2975A

Tints of Barley Corn #B2975A

Color information

#B2975A (or 0xB2975A) is unknown color: approx Barley Corn. HEX triplet: B2, 97 and 5A. RGB value is (178,151,90). Sum of RGB (Red+Green+Blue) = 178+151+90=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2975A is #4D68A5. Grayscale: #989898. Windows color (decimal): -5073062 or 5937074. OLE color: 5937074.

HSL color Cylindrical-coordinate representation of color #B2975A: hue angle of 41.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2975A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17815190-
CMYK00.150.490.30
HSL41.59º36.36%52.55%-
HSV(B)41.59º49.44%69.8%-
XYZ31.2732.3414.27-
YUV152.1292.95146.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=42.48%
G=36.04%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781519000.150.490.3041.5936.3652.55
HexB2975A0F311E2a2435
Octal2622271320176136524465
Binary101100101001011110110100111111000111110101010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2975A; }

 p { color: rgb(178,151,90); }

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

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

 a { background-color: rgb(178,151,90); }

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

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

 span { border-color: rgb(178,151,90); }

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