#B35E33

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

Shades of Fiery Orange #B35E33

Tints of Fiery Orange #B35E33

Color information

#B35E33 (or 0xB35E33) is unknown color: approx Fiery Orange. HEX triplet: B3, 5E and 33. RGB value is (179,94,51). Sum of RGB (Red+Green+Blue) = 179+94+51=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E33 is #4CA1CC. Grayscale: #727272. Windows color (decimal): -5022157 or 3366579. OLE color: 3366579.

HSL color Cylindrical-coordinate representation of color #B35E33: hue angle of 20.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B35E33 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1799451-
CMYK00.470.720.30
HSL20.16º55.65%45.1%-
HSV(B)20.16º71.51%70.2%-
XYZ23.1917.835.35-
YUV114.5192.16174-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.25%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 51 (20.31% from 255) = 15.74%
R=55.25%
G=29.01%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179945100.470.720.3020.1655.6545.1
HexB35E3302F481E14382d
Octal2631366305711036247055
Binary101100111011110110011010111110010001111010100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E33; }

 p { color: rgb(179,94,51); }

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

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

 a { background-color: rgb(179,94,51); }

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

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

 span { border-color: rgb(179,94,51); }

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