#B05A0F

Color #B05A0F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B05A0F

Tints of Golden Brown #B05A0F

Color information

#B05A0F (or 0xB05A0F) is unknown color: approx Golden Brown. HEX triplet: B0, 5A and 0F. RGB value is (176,90,15). Sum of RGB (Red+Green+Blue) = 176+90+15=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A0F is #4FA5F0. Grayscale: #6B6B6B. Windows color (decimal): -5219825 or 1006256. OLE color: 1006256.

HSL color Cylindrical-coordinate representation of color #B05A0F: hue angle of 27.95º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B05A0F is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB1769015-
CMYK00.490.910.31
HSL27.95º84.29%37.45%-
HSV(B)27.95º91.48%69.02%-
XYZ21.6516.582.51-
YUV107.1675.99177.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.63%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 15 (6.25% from 255) = 5.34%
R=62.63%
G=32.03%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176901500.490.910.3127.9584.2937.45
HexB05AF0315B1F1c5425
Octal26013217061133373412445
Binary10110000101101011110110001101101111111111001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A0F; }

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

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

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

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

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

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

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

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