#B0925A

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

Shades of Barley Corn #B0925A

Tints of Barley Corn #B0925A

Color information

#B0925A (or 0xB0925A) is unknown color: approx Barley Corn. HEX triplet: B0, 92 and 5A. RGB value is (176,146,90). Sum of RGB (Red+Green+Blue) = 176+146+90=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0925A is #4F6DA5. Grayscale: #949494. Windows color (decimal): -5205414 or 5935792. OLE color: 5935792.

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

Color convert

RGB17614690-
CMYK00.170.490.31
HSL39.07º35.25%52.16%-
HSV(B)39.07º48.86%69.02%-
XYZ30.0330.5313.98-
YUV148.5994.94147.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=42.72%
G=35.44%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761469000.170.490.3139.0735.2552.16
HexB0925A011311F272334
Octal2602221320216137474364
Binary1011000010010010101101001000111000111111100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0925A; }

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

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

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

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

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

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

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

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