Html Css Color HEX #B85631 Fiery Orange

📋 copy color: '#B85631'

red 184 ◦ green 86 ◦ blue 49

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

Shades of Fiery Orange #B85631

Tints of Fiery Orange #B85631

RGB

 RED value IS 184 (72.27% from 255) = 57.68%

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

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

R = 57.68%
G = 26.96%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B85631 (or 0xB85631) is known color: Fiery Orange. HEX triplet: B8, 56 and 31. RGB value is (184,86,49). Sum of RGB (Red+Green+Blue) = 184+86+49=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B85631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85631 is #47A9CE. Grayscale: #6F6F6F. Windows color (decimal): -4696527 or 3233464. OLE color: 3233464.

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

Color convert

RGB 184 86 49 -
CMYK 0 0.53 0.73 0.28
HSL 16.44º 0.58% 0.46% -
HSV(B) 16.44º 0.73% 0.72% -
XYZ 23.65 17.07 4.95 -
YUV 111.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 184 86 49 0 0.53 0.73 0.28 16.44 0.58 0.46
Hex B8 56 31 0 35 49 1C 10 3A 2E
Octal 270 126 61 0 65 111 34 20 72 56
Binary 10111000 1010110 110001 0 110101 1001001 11100 10000 111010 101110

Color Harmonies of #B85631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85631

Black with #B85631

Text Example


Text Example

White with #B85631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85631; }

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

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

background-color css

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

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

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

border-color css

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

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

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