#B4602F

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

Shades of Fiery Orange #B4602F

Tints of Fiery Orange #B4602F

Color information

#B4602F (or 0xB4602F) is unknown color: approx Fiery Orange. HEX triplet: B4, 60 and 2F. RGB value is (180,96,47). Sum of RGB (Red+Green+Blue) = 180+96+47=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4602F is #4B9FD0. Grayscale: #737373. Windows color (decimal): -4956113 or 3104948. OLE color: 3104948.

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

Color convert

RGB1809647-
CMYK00.470.740.29
HSL22.11º58.59%44.51%-
HSV(B)22.11º73.89%70.59%-
XYZ23.5218.274.98-
YUV115.5389.33173.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 47 (18.75% from 255) = 14.55%
R=55.73%
G=29.72%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180964700.470.740.2922.1158.5944.51
HexB4602F02F4A1D163b2d
Octal2641405705711235267355
Binary101101001100000101111010111110010101110110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4602F; }

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

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

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

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

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

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

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

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