#B2975B

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

Shades of Barley Corn #B2975B

Tints of Barley Corn #B2975B

Color information

#B2975B (or 0xB2975B) is unknown color: approx Barley Corn. HEX triplet: B2, 97 and 5B. RGB value is (178,151,91). Sum of RGB (Red+Green+Blue) = 178+151+91=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2975B is #4D68A4. Grayscale: #989898. Windows color (decimal): -5073061 or 6002610. OLE color: 6002610.

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

Color convert

RGB17815191-
CMYK00.150.490.30
HSL41.38º36.1%52.75%-
HSV(B)41.38º48.88%69.8%-
XYZ31.3232.3514.49-
YUV152.2393.45146.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 91 (35.94% from 255) = 21.67%
R=42.38%
G=35.95%
B=21.67%

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
Decimal1781519100.150.490.3041.3836.152.75
HexB2975B0F311E292435
Octal2622271330176136514465
Binary101100101001011110110110111111000111110101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2975B; }

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

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

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

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

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

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

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

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