#B0905F

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

Shades of Barley Corn #B0905F

Tints of Barley Corn #B0905F

Color information

#B0905F (or 0xB0905F) is unknown color: approx Barley Corn. HEX triplet: B0, 90 and 5F. RGB value is (176,144,95). Sum of RGB (Red+Green+Blue) = 176+144+95=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0905F is #4F6FA0. Grayscale: #949494. Windows color (decimal): -5205921 or 6262960. OLE color: 6262960.

HSL color Cylindrical-coordinate representation of color #B0905F: hue angle of 36.3º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0905F is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17614495-
CMYK00.180.460.31
HSL36.3º33.89%53.14%-
HSV(B)36.3º46.02%69.02%-
XYZ29.943015.04-
YUV147.9898.1147.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=42.41%
G=34.70%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761449500.180.460.3136.333.8953.14
HexB0905F0122E1F242235
Octal2602201370225637444265
Binary1011000010010000101111101001010111011111100100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0905F; }

 p { color: rgb(176,144,95); }

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

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

 a { background-color: rgb(176,144,95); }

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

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

 span { border-color: rgb(176,144,95); }

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