Html Css Color HEX #B16227 Fiery Orange

📋 copy color: '#B16227'

red 177 ◦ green 98 ◦ blue 39

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

Shades of Fiery Orange #B16227

Tints of Fiery Orange #B16227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 56.37%
G = 31.21%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B16227 (or 0xB16227) is known color: Fiery Orange. HEX triplet: B1, 62 and 27. RGB value is (177,98,39). Sum of RGB (Red+Green+Blue) = 177+98+39=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16227 is #4E9DD8. Grayscale: #737373. Windows color (decimal): -5152217 or 2581169. OLE color: 2581169.

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

Color convert

RGB 177 98 39 -
CMYK 0 0.45 0.78 0.31
HSL 25.65º 0.64% 0.42% -
HSV(B) 25.65º 0.78% 0.69% -
XYZ 22.87 18.23 4.23 -
YUV 114.9 85.17 172.3 -
System Red Green Blue C M Y K H S L
Decimal 177 98 39 0 0.45 0.78 0.31 25.65 0.64 0.42
Hex B1 62 27 0 2D 4E 1F 1A 40 2A
Octal 261 142 47 0 55 116 37 32 100 52
Binary 10110001 1100010 100111 0 101101 1001110 11111 11010 1000000 101010

Color Harmonies of #B16227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16227

Black with #B16227

Text Example


Text Example

White with #B16227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16227; }

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

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

background-color css

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

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

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

border-color css

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

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

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