#B05A2B

Color #B05A2B Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B05A2B

Tints of Fiery Orange #B05A2B

Color information

#B05A2B (or 0xB05A2B) is unknown color: approx Fiery Orange. HEX triplet: B0, 5A and 2B. RGB value is (176,90,43). Sum of RGB (Red+Green+Blue) = 176+90+43=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A2B is #4FA5D4. Grayscale: #6E6E6E. Windows color (decimal): -5219797 or 2841264. OLE color: 2841264.

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

Color convert

RGB1769043-
CMYK00.490.760.31
HSL21.2º60.73%42.94%-
HSV(B)21.2º75.57%69.02%-
XYZ2216.724.35-
YUV110.3689.99174.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=56.96%
G=29.13%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176904300.490.760.3121.260.7342.94
HexB05A2B0314C1F153d2b
Octal2601325306111437257553
Binary101100001011010101011011000110011001111110101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A2B; }

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

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

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

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

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

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

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

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