#B35A39

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

Shades of Fiery Orange #B35A39

Tints of Fiery Orange #B35A39

Color information

#B35A39 (or 0xB35A39) is unknown color: approx Fiery Orange. HEX triplet: B3, 5A and 39. RGB value is (179,90,57). Sum of RGB (Red+Green+Blue) = 179+90+57=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A39 is #4CA5C6. Grayscale: #717171. Windows color (decimal): -5023175 or 3758771. OLE color: 3758771.

HSL color Cylindrical-coordinate representation of color #B35A39: hue angle of 16.23º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B35A39 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1799057-
CMYK00.500.680.30
HSL16.23º51.69%46.27%-
HSV(B)16.23º68.16%70.2%-
XYZ22.9917.195.98-
YUV112.8596.49175.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 57 (22.66% from 255) = 17.48%
R=54.91%
G=27.61%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179905700.500.680.3016.2351.6946.27
HexB35A39032441E10342e
Octal2631327106210436206456
Binary101100111011010111001011001010001001111010000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A39; }

 p { color: rgb(179,90,57); }

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

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

 a { background-color: rgb(179,90,57); }

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

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

 span { border-color: rgb(179,90,57); }

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