Html Css Color HEX #B1632B Fiery Orange

📋 copy color: '#B1632B'

red 177 ◦ green 99 ◦ blue 43

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

Shades of Fiery Orange #B1632B

Tints of Fiery Orange #B1632B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 55.49%
G = 31.03%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1632B (or 0xB1632B) is known color: Fiery Orange. HEX triplet: B1, 63 and 2B. RGB value is (177,99,43). Sum of RGB (Red+Green+Blue) = 177+99+43=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1632B is #4E9CD4. Grayscale: #747474. Windows color (decimal): -5151957 or 2843569. OLE color: 2843569.

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

Color convert

RGB 177 99 43 -
CMYK 0 0.44 0.76 0.31
HSL 25.07º 0.61% 0.43% -
HSV(B) 25.07º 0.76% 0.69% -
XYZ 23.03 18.45 4.63 -
YUV 115.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 177 99 43 0 0.44 0.76 0.31 25.07 0.61 0.43
Hex B1 63 2B 0 2C 4C 1F 19 3D 2B
Octal 261 143 53 0 54 114 37 31 75 53
Binary 10110001 1100011 101011 0 101100 1001100 11111 11001 111101 101011

Color Harmonies of #B1632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1632B

Black with #B1632B

Text Example


Text Example

White with #B1632B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1632B; }

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

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

background-color css

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

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

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

border-color css

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

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

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