#B35730

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

Shades of Fiery Orange #B35730

Tints of Fiery Orange #B35730

Color information

#B35730 (or 0xB35730) is unknown color: approx Fiery Orange. HEX triplet: B3, 57 and 30. RGB value is (179,87,48). Sum of RGB (Red+Green+Blue) = 179+87+48=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B35730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35730 is #4CA8CF. Grayscale: #6E6E6E. Windows color (decimal): -5023952 or 3168179. OLE color: 3168179.

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

Color convert

RGB1798748-
CMYK00.510.730.30
HSL17.86º57.71%44.51%-
HSV(B)17.86º73.18%70.2%-
XYZ22.5316.614.82-
YUV110.0692.98177.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 48 (19.14% from 255) = 15.29%
R=57.01%
G=27.71%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179874800.510.730.3017.8657.7144.51
HexB35730033491E123a2d
Octal2631276006311136227255
Binary101100111010111110000011001110010011111010010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35730; }

 p { color: rgb(179,87,48); }

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

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

 a { background-color: rgb(179,87,48); }

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

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

 span { border-color: rgb(179,87,48); }

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