Html Css Color HEX #B15631 Fiery Orange

📋 copy color: '#B15631'

red 177 ◦ green 86 ◦ blue 49

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

Shades of Fiery Orange #B15631

Tints of Fiery Orange #B15631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 56.73%
G = 27.56%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B15631 (or 0xB15631) is known color: Fiery Orange. HEX triplet: B1, 56 and 31. RGB value is (177,86,49). Sum of RGB (Red+Green+Blue) = 177+86+49=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B15631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15631 is #4EA9CE. Grayscale: #6D6D6D. Windows color (decimal): -5155279 or 3233457. OLE color: 3233457.

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

Color convert

RGB 177 86 49 -
CMYK 0 0.51 0.72 0.31
HSL 17.34º 0.57% 0.44% -
HSV(B) 17.34º 0.72% 0.69% -
XYZ 22.01 16.22 4.88 -
YUV 108.99 94.15 176.51 -
System Red Green Blue C M Y K H S L
Decimal 177 86 49 0 0.51 0.72 0.31 17.34 0.57 0.44
Hex B1 56 31 0 33 48 1F 11 39 2C
Octal 261 126 61 0 63 110 37 21 71 54
Binary 10110001 1010110 110001 0 110011 1001000 11111 10001 111001 101100

Color Harmonies of #B15631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15631

Black with #B15631

Text Example


Text Example

White with #B15631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15631; }

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

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

background-color css

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

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

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

border-color css

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

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

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