Html Css Color HEX #B36131 Fiery Orange

📋 copy color: '#B36131'

red 179 ◦ green 97 ◦ blue 49

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

Shades of Fiery Orange #B36131

Tints of Fiery Orange #B36131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 55.08%
G = 29.85%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B36131 (or 0xB36131) is known color: Fiery Orange. HEX triplet: B3, 61 and 31. RGB value is (179,97,49). Sum of RGB (Red+Green+Blue) = 179+97+49=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B36131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36131 is #4C9ECE. Grayscale: #747474. Windows color (decimal): -5021391 or 3236275. OLE color: 3236275.

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

Color convert

RGB 179 97 49 -
CMYK 0 0.46 0.73 0.30
HSL 22.15º 0.57% 0.45% -
HSV(B) 22.15º 0.73% 0.7% -
XYZ 23.42 18.35 5.21 -
YUV 116.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 179 97 49 0 0.46 0.73 0.30 22.15 0.57 0.45
Hex B3 61 31 0 2E 49 1E 16 39 2D
Octal 263 141 61 0 56 111 36 26 71 55
Binary 10110011 1100001 110001 0 101110 1001001 11110 10110 111001 101101

Color Harmonies of #B36131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36131

Black with #B36131

Text Example


Text Example

White with #B36131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36131; }

 p { color: rgb(179,97,49); }

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

background-color css

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

 a { background-color: rgb(179,97,49); }

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

border-color css

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

 span { border-color: rgb(179,97,49); }

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