Html Css Color HEX #B15531 Fiery Orange

📋 copy color: '#B15531'

red 177 ◦ green 85 ◦ blue 49

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

Shades of Fiery Orange #B15531

Tints of Fiery Orange #B15531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 56.91%
G = 27.33%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B15531 (or 0xB15531) is known color: Fiery Orange. HEX triplet: B1, 55 and 31. RGB value is (177,85,49). Sum of RGB (Red+Green+Blue) = 177+85+49=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B15531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15531 is #4EAACE. Grayscale: #6C6C6C. Windows color (decimal): -5155535 or 3233201. OLE color: 3233201.

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

Color convert

RGB 177 85 49 -
CMYK 0 0.52 0.72 0.31
HSL 16.88º 0.57% 0.44% -
HSV(B) 16.88º 0.72% 0.69% -
XYZ 21.93 16.07 4.85 -
YUV 108.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 177 85 49 0 0.52 0.72 0.31 16.88 0.57 0.44
Hex B1 55 31 0 34 48 1F 11 39 2C
Octal 261 125 61 0 64 110 37 21 71 54
Binary 10110001 1010101 110001 0 110100 1001000 11111 10001 111001 101100

Color Harmonies of #B15531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15531

Black with #B15531

Text Example


Text Example

White with #B15531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15531; }

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

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

background-color css

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

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

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

border-color css

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

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

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