Html Css Color HEX #B16130 Fiery Orange

📋 copy color: '#B16130'

red 177 ◦ green 97 ◦ blue 48

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

Shades of Fiery Orange #B16130

Tints of Fiery Orange #B16130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 54.97%
G = 30.12%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B16130 (or 0xB16130) is known color: Fiery Orange. HEX triplet: B1, 61 and 30. RGB value is (177,97,48). Sum of RGB (Red+Green+Blue) = 177+97+48=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B16130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16130 is #4E9ECF. Grayscale: #737373. Windows color (decimal): -5152464 or 3170737. OLE color: 3170737.

HSL color Cylindrical-coordinate representation of color #B16130: hue angle of 22.79º degrees, saturation: 0.57, 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 #B16130 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 48 -
CMYK 0 0.45 0.73 0.31
HSL 22.79º 0.57% 0.44% -
HSV(B) 22.79º 0.73% 0.69% -
XYZ 22.94 18.11 5.08 -
YUV 115.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 177 97 48 0 0.45 0.73 0.31 22.79 0.57 0.44
Hex B1 61 30 0 2D 49 1F 17 39 2C
Octal 261 141 60 0 55 111 37 27 71 54
Binary 10110001 1100001 110000 0 101101 1001001 11111 10111 111001 101100

Color Harmonies of #B16130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16130

Black with #B16130

Text Example


Text Example

White with #B16130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16130; }

 p { color: rgb(177,97,48); }

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

background-color css

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

 a { background-color: rgb(177,97,48); }

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

border-color css

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

 span { border-color: rgb(177,97,48); }

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