#B05B2E

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

Shades of Fiery Orange #B05B2E

Tints of Fiery Orange #B05B2E

Color information

#B05B2E (or 0xB05B2E) is unknown color: approx Fiery Orange. HEX triplet: B0, 5B and 2E. RGB value is (176,91,46). Sum of RGB (Red+Green+Blue) = 176+91+46=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B2E is #4FA4D1. Grayscale: #6F6F6F. Windows color (decimal): -5219538 or 3038128. OLE color: 3038128.

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

Color convert

RGB1769146-
CMYK00.480.740.31
HSL20.77º58.56%43.53%-
HSV(B)20.77º73.86%69.02%-
XYZ22.1416.914.68-
YUV111.2891.16174.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=56.23%
G=29.07%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176914600.480.740.3120.7758.5643.53
HexB05B2E0304A1F153b2c
Octal2601335606011237257354
Binary101100001011011101110011000010010101111110101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B2E; }

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

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

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

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

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

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

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

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