#B05B2B

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

Shades of Fiery Orange #B05B2B

Tints of Fiery Orange #B05B2B

Color information

#B05B2B (or 0xB05B2B) is unknown color: approx Fiery Orange. HEX triplet: B0, 5B and 2B. RGB value is (176,91,43). Sum of RGB (Red+Green+Blue) = 176+91+43=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B2B is #4FA4D4. Grayscale: #6F6F6F. Windows color (decimal): -5219541 or 2841520. OLE color: 2841520.

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

Color convert

RGB1769143-
CMYK00.480.760.31
HSL21.65º60.73%42.94%-
HSV(B)21.65º75.57%69.02%-
XYZ22.0816.894.38-
YUV110.9489.66174.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.77%
GREEN value IS 91 (35.94% from 255) = 29.35%
BLUE value IS 43 (17.19% from 255) = 13.87%
R=56.77%
G=29.35%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176914300.480.760.3121.6560.7342.94
HexB05B2B0304C1F163d2b
Octal2601335306011437267553
Binary101100001011011101011011000010011001111110110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B2B; }

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

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

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

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

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

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

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

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