#B45635

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

Shades of Fiery Orange #B45635

Tints of Fiery Orange #B45635

Color information

#B45635 (or 0xB45635) is unknown color: approx Fiery Orange. HEX triplet: B4, 56 and 35. RGB value is (180,86,53). Sum of RGB (Red+Green+Blue) = 180+86+53=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B45635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45635 is #4BA9CA. Grayscale: #6E6E6E. Windows color (decimal): -4958667 or 3495604. OLE color: 3495604.

HSL color Cylindrical-coordinate representation of color #B45635: hue angle of 15.59º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B45635 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1808653-
CMYK00.520.710.29
HSL15.59º54.51%45.69%-
HSV(B)15.59º70.56%70.59%-
XYZ22.7916.625.37-
YUV110.3495.64177.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=56.43%
G=26.96%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180865300.520.710.2915.5954.5145.69
HexB45635034471D10372e
Octal2641266506410735206756
Binary101101001010110110101011010010001111110110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45635; }

 p { color: rgb(180,86,53); }

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

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

 a { background-color: rgb(180,86,53); }

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

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

 span { border-color: rgb(180,86,53); }

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