#B0925B

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

Shades of Barley Corn #B0925B

Tints of Barley Corn #B0925B

Color information

#B0925B (or 0xB0925B) is unknown color: approx Barley Corn. HEX triplet: B0, 92 and 5B. RGB value is (176,146,91). Sum of RGB (Red+Green+Blue) = 176+146+91=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0925B is #4F6DA4. Grayscale: #949494. Windows color (decimal): -5205413 or 6001328. OLE color: 6001328.

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

Color convert

RGB17614691-
CMYK00.170.480.31
HSL38.82º34.98%52.35%-
HSV(B)38.82º48.3%69.02%-
XYZ30.0730.5414.21-
YUV148.795.44147.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 91 (35.94% from 255) = 22.03%
R=42.62%
G=35.35%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761469100.170.480.3138.8234.9852.35
HexB0925B011301F272334
Octal2602221330216037474364
Binary1011000010010010101101101000111000011111100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0925B; }

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

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

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

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

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

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

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

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