#B4602D

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

Shades of Fiery Orange #B4602D

Tints of Fiery Orange #B4602D

Color information

#B4602D (or 0xB4602D) is unknown color: approx Fiery Orange. HEX triplet: B4, 60 and 2D. RGB value is (180,96,45). Sum of RGB (Red+Green+Blue) = 180+96+45=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4602D is #4B9FD2. Grayscale: #737373. Windows color (decimal): -4956115 or 2973876. OLE color: 2973876.

HSL color Cylindrical-coordinate representation of color #B4602D: hue angle of 22.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4602D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1809645-
CMYK00.470.750.29
HSL22.67º60%44.12%-
HSV(B)22.67º75%70.59%-
XYZ23.4818.264.77-
YUV115.388.33174.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.07%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 45 (17.97% from 255) = 14.02%
R=56.07%
G=29.91%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180964500.470.750.2922.676044.12
HexB4602D02F4B1D173c2c
Octal2641405505711335277454
Binary101101001100000101101010111110010111110110111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4602D; }

 p { color: rgb(180,96,45); }

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

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

 a { background-color: rgb(180,96,45); }

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

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

 span { border-color: rgb(180,96,45); }

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