#B05B2F

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

Shades of Fiery Orange #B05B2F

Tints of Fiery Orange #B05B2F

Color information

#B05B2F (or 0xB05B2F) is unknown color: approx Fiery Orange. HEX triplet: B0, 5B and 2F. RGB value is (176,91,47). Sum of RGB (Red+Green+Blue) = 176+91+47=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B2F is #4FA4D0. Grayscale: #6F6F6F. Windows color (decimal): -5219537 or 3103664. OLE color: 3103664.

HSL color Cylindrical-coordinate representation of color #B05B2F: hue angle of 20.47º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B05B2F is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1769147-
CMYK00.480.730.31
HSL20.47º57.85%43.73%-
HSV(B)20.47º73.3%69.02%-
XYZ22.1616.924.79-
YUV111.491.66174.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=56.05%
G=28.98%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176914700.480.730.3120.4757.8543.73
HexB05B2F030491F143a2c
Octal2601335706011137247254
Binary101100001011011101111011000010010011111110100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B2F; }

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

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

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

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

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

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

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

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