Html Css Color HEX #B3602E Fiery Orange

📋 copy color: '#B3602E'

red 179 ◦ green 96 ◦ blue 46

#B3602E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B3602E

Tints of Fiery Orange #B3602E

RGB

 RED value IS 179 (70.31% from 255) = 55.76%

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 55.76%
G = 29.91%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3602E (or 0xB3602E) is known color: Fiery Orange. HEX triplet: B3, 60 and 2E. RGB value is (179,96,46). Sum of RGB (Red+Green+Blue) = 179+96+46=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3602E is #4C9FD1. Grayscale: #737373. Windows color (decimal): -5021650 or 3039411. OLE color: 3039411.

HSL color Cylindrical-coordinate representation of color #B3602E: hue angle of 22.56º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3602E is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 96 46 -
CMYK 0 0.46 0.74 0.30
HSL 22.56º 0.59% 0.44% -
HSV(B) 22.56º 0.74% 0.7% -
XYZ 23.27 18.15 4.86 -
YUV 115.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 179 96 46 0 0.46 0.74 0.30 22.56 0.59 0.44
Hex B3 60 2E 0 2E 4A 1E 17 3B 2C
Octal 263 140 56 0 56 112 36 27 73 54
Binary 10110011 1100000 101110 0 101110 1001010 11110 10111 111011 101100

Color Harmonies of #B3602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3602E

Black with #B3602E

Text Example


Text Example

White with #B3602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3602E; }

 p { color: rgb(179,96,46); }

 H1.HeaderClassName
 {
   color: #B3602E;
 }
 .AnyTagClassName
 {
   color: #B3602E;
 }
</style>

background-color css

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

 a { background-color: rgb(179,96,46); }

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

border-color css

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

 span { border-color: rgb(179,96,46); }

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