Html Css Color HEX #B95731 Fiery Orange

📋 copy color: '#B95731'

red 185 ◦ green 87 ◦ blue 49

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

Shades of Fiery Orange #B95731

Tints of Fiery Orange #B95731

RGB

 RED value IS 185 (72.66% from 255) = 57.63%

 GREEN value IS 87 (34.38% from 255) = 27.1%

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

R = 57.63%
G = 27.1%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B95731 (or 0xB95731) is known color: Fiery Orange. HEX triplet: B9, 57 and 31. RGB value is (185,87,49). Sum of RGB (Red+Green+Blue) = 185+87+49=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B95731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95731 is #46A8CE. Grayscale: #707070. Windows color (decimal): -4630735 or 3233721. OLE color: 3233721.

HSL color Cylindrical-coordinate representation of color #B95731: hue angle of 16.76º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B95731 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 87 49 -
CMYK 0 0.53 0.74 0.27
HSL 16.76º 0.58% 0.46% -
HSV(B) 16.76º 0.74% 0.73% -
XYZ 23.97 17.35 4.99 -
YUV 111.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 185 87 49 0 0.53 0.74 0.27 16.76 0.58 0.46
Hex B9 57 31 0 35 4A 1B 11 3A 2E
Octal 271 127 61 0 65 112 33 21 72 56
Binary 10111001 1010111 110001 0 110101 1001010 11011 10001 111010 101110

Color Harmonies of #B95731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95731

Black with #B95731

Text Example


Text Example

White with #B95731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95731; }

 p { color: rgb(185,87,49); }

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

background-color css

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

 a { background-color: rgb(185,87,49); }

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

border-color css

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

 span { border-color: rgb(185,87,49); }

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