#B2925B

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

Shades of Barley Corn #B2925B

Tints of Barley Corn #B2925B

Color information

#B2925B (or 0xB2925B) is unknown color: approx Barley Corn. HEX triplet: B2, 92 and 5B. RGB value is (178,146,91). Sum of RGB (Red+Green+Blue) = 178+146+91=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2925B is #4D6DA4. Grayscale: #959595. Windows color (decimal): -5074341 or 6001330. OLE color: 6001330.

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

Color convert

RGB17814691-
CMYK00.180.490.30
HSL37.93º36.1%52.75%-
HSV(B)37.93º48.88%69.8%-
XYZ30.5330.7814.23-
YUV149.395.1148.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=42.89%
G=35.18%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781469100.180.490.3037.9336.152.75
HexB2925B012311E262435
Octal2622221330226136464465
Binary1011001010010010101101101001011000111110100110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2925B; }

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

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

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

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

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

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

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

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