Html Css Color HEX #B1632F Fiery Orange

📋 copy color: '#B1632F'

red 177 ◦ green 99 ◦ blue 47

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

Shades of Fiery Orange #B1632F

Tints of Fiery Orange #B1632F

RGB

 RED value IS 177 (69.53% from 255) = 54.8%

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

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

R = 54.8%
G = 30.65%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1632F (or 0xB1632F) is known color: Fiery Orange. HEX triplet: B1, 63 and 2F. RGB value is (177,99,47). Sum of RGB (Red+Green+Blue) = 177+99+47=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1632F is #4E9CD0. Grayscale: #747474. Windows color (decimal): -5151953 or 3105713. OLE color: 3105713.

HSL color Cylindrical-coordinate representation of color #B1632F: hue angle of 24º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1632F is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 99 47 -
CMYK 0 0.44 0.73 0.31
HSL 24º 0.58% 0.44% -
HSV(B) 24º 0.73% 0.69% -
XYZ 23.11 18.48 5.04 -
YUV 116.39 88.84 171.23 -
System Red Green Blue C M Y K H S L
Decimal 177 99 47 0 0.44 0.73 0.31 24 0.58 0.44
Hex B1 63 2F 0 2C 49 1F 18 3A 2C
Octal 261 143 57 0 54 111 37 30 72 54
Binary 10110001 1100011 101111 0 101100 1001001 11111 11000 111010 101100

Color Harmonies of #B1632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1632F

Black with #B1632F

Text Example


Text Example

White with #B1632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1632F; }

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

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

background-color css

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

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

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

border-color css

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

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

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