#B35632

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

Shades of Fiery Orange #B35632

Tints of Fiery Orange #B35632

Color information

#B35632 (or 0xB35632) is unknown color: approx Fiery Orange. HEX triplet: B3, 56 and 32. RGB value is (179,86,50). Sum of RGB (Red+Green+Blue) = 179+86+50=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B35632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35632 is #4CA9CD. Grayscale: #6D6D6D. Windows color (decimal): -5024206 or 3298995. OLE color: 3298995.

HSL color Cylindrical-coordinate representation of color #B35632: hue angle of 16.74º 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 #B35632 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1798650-
CMYK00.520.720.30
HSL16.74º56.33%44.9%-
HSV(B)16.74º72.07%70.2%-
XYZ22.4916.475.01-
YUV109.794.31177.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=56.83%
G=27.30%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179865000.520.720.3016.7456.3344.9
HexB35632034481E11382d
Octal2631266206411036217055
Binary101100111010110110010011010010010001111010001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35632; }

 p { color: rgb(179,86,50); }

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

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

 a { background-color: rgb(179,86,50); }

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

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

 span { border-color: rgb(179,86,50); }

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