Html Css Color HEX #B16031 Fiery Orange

📋 copy color: '#B16031'

red 177 ◦ green 96 ◦ blue 49

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

Shades of Fiery Orange #B16031

Tints of Fiery Orange #B16031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

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

R = 54.97%
G = 29.81%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B16031 (or 0xB16031) is known color: Fiery Orange. HEX triplet: B1, 60 and 31. RGB value is (177,96,49). Sum of RGB (Red+Green+Blue) = 177+96+49=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B16031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16031 is #4E9FCE. Grayscale: #737373. Windows color (decimal): -5152719 or 3236017. OLE color: 3236017.

HSL color Cylindrical-coordinate representation of color #B16031: hue angle of 22.03º 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 #B16031 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 49 -
CMYK 0 0.46 0.72 0.31
HSL 22.03º 0.57% 0.44% -
HSV(B) 22.03º 0.72% 0.69% -
XYZ 22.87 17.93 5.16 -
YUV 114.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 177 96 49 0 0.46 0.72 0.31 22.03 0.57 0.44
Hex B1 60 31 0 2E 48 1F 16 39 2C
Octal 261 140 61 0 56 110 37 26 71 54
Binary 10110001 1100000 110001 0 101110 1001000 11111 10110 111001 101100

Color Harmonies of #B16031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16031

Black with #B16031

Text Example


Text Example

White with #B16031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16031; }

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

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

background-color css

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

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

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

border-color css

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

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

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