Html Css Color HEX #B3632F Fiery Orange

📋 copy color: '#B3632F'

red 179 ◦ green 99 ◦ blue 47

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

Shades of Fiery Orange #B3632F

Tints of Fiery Orange #B3632F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 55.08%
G = 30.46%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3632F (or 0xB3632F) is known color: Fiery Orange. HEX triplet: B3, 63 and 2F. RGB value is (179,99,47). Sum of RGB (Red+Green+Blue) = 179+99+47=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3632F is #4C9CD0. Grayscale: #757575. Windows color (decimal): -5020881 or 3105715. OLE color: 3105715.

HSL color Cylindrical-coordinate representation of color #B3632F: hue angle of 23.64º degrees, saturation: 0.58, 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 #B3632F is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 99 47 -
CMYK 0 0.45 0.74 0.30
HSL 23.64º 0.58% 0.44% -
HSV(B) 23.64º 0.74% 0.7% -
XYZ 23.57 18.71 5.06 -
YUV 116.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 179 99 47 0 0.45 0.74 0.30 23.64 0.58 0.44
Hex B3 63 2F 0 2D 4A 1E 18 3A 2C
Octal 263 143 57 0 55 112 36 30 72 54
Binary 10110011 1100011 101111 0 101101 1001010 11110 11000 111010 101100

Color Harmonies of #B3632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3632F

Black with #B3632F

Text Example


Text Example

White with #B3632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3632F; }

 p { color: rgb(179,99,47); }

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

background-color css

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

 a { background-color: rgb(179,99,47); }

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

border-color css

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

 span { border-color: rgb(179,99,47); }

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