Html Css Color HEX #B15D31 Fiery Orange

📋 copy color: '#B15D31'

red 177 ◦ green 93 ◦ blue 49

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

Shades of Fiery Orange #B15D31

Tints of Fiery Orange #B15D31

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

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

R = 55.49%
G = 29.15%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B15D31 (or 0xB15D31) is known color: Fiery Orange. HEX triplet: B1, 5D and 31. RGB value is (177,93,49). Sum of RGB (Red+Green+Blue) = 177+93+49=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D31 is #4EA2CE. Grayscale: #717171. Windows color (decimal): -5153487 or 3235249. OLE color: 3235249.

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

Color convert

RGB 177 93 49 -
CMYK 0 0.47 0.72 0.31
HSL 20.63º 0.57% 0.44% -
HSV(B) 20.63º 0.72% 0.69% -
XYZ 22.6 17.4 5.07 -
YUV 113.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 177 93 49 0 0.47 0.72 0.31 20.63 0.57 0.44
Hex B1 5D 31 0 2F 48 1F 15 39 2C
Octal 261 135 61 0 57 110 37 25 71 54
Binary 10110001 1011101 110001 0 101111 1001000 11111 10101 111001 101100

Color Harmonies of #B15D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D31

Black with #B15D31

Text Example


Text Example

White with #B15D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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