Html Css Color HEX #B16231 Fiery Orange

📋 copy color: '#B16231'

red 177 ◦ green 98 ◦ blue 49

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

Shades of Fiery Orange #B16231

Tints of Fiery Orange #B16231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

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

R = 54.63%
G = 30.25%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B16231 (or 0xB16231) is known color: Fiery Orange. HEX triplet: B1, 62 and 31. RGB value is (177,98,49). Sum of RGB (Red+Green+Blue) = 177+98+49=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B16231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16231 is #4E9DCE. Grayscale: #747474. Windows color (decimal): -5152207 or 3236529. OLE color: 3236529.

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

Color convert

RGB 177 98 49 -
CMYK 0 0.45 0.72 0.31
HSL 22.97º 0.57% 0.44% -
HSV(B) 22.97º 0.72% 0.69% -
XYZ 23.05 18.3 5.22 -
YUV 116.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 177 98 49 0 0.45 0.72 0.31 22.97 0.57 0.44
Hex B1 62 31 0 2D 48 1F 17 39 2C
Octal 261 142 61 0 55 110 37 27 71 54
Binary 10110001 1100010 110001 0 101101 1001000 11111 10111 111001 101100

Color Harmonies of #B16231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16231

Black with #B16231

Text Example


Text Example

White with #B16231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16231; }

 p { color: rgb(177,98,49); }

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

background-color css

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

 a { background-color: rgb(177,98,49); }

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

border-color css

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

 span { border-color: rgb(177,98,49); }

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