Html Css Color HEX #B85331 Fiery Orange

📋 copy color: '#B85331'

red 184 ◦ green 83 ◦ blue 49

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

Shades of Fiery Orange #B85331

Tints of Fiery Orange #B85331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 58.23%
G = 26.27%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B85331 (or 0xB85331) is known color: Fiery Orange. HEX triplet: B8, 53 and 31. RGB value is (184,83,49). Sum of RGB (Red+Green+Blue) = 184+83+49=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B85331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85331 is #47ACCE. Grayscale: #6D6D6D. Windows color (decimal): -4697295 or 3232696. OLE color: 3232696.

HSL color Cylindrical-coordinate representation of color #B85331: hue angle of 15.11º 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 #B85331 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 83 49 -
CMYK 0 0.55 0.73 0.28
HSL 15.11º 0.58% 0.46% -
HSV(B) 15.11º 0.73% 0.72% -
XYZ 23.41 16.6 4.88 -
YUV 109.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 184 83 49 0 0.55 0.73 0.28 15.11 0.58 0.46
Hex B8 53 31 0 37 49 1C F 3A 2E
Octal 270 123 61 0 67 111 34 17 72 56
Binary 10111000 1010011 110001 0 110111 1001001 11100 1111 111010 101110

Color Harmonies of #B85331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85331

Black with #B85331

Text Example


Text Example

White with #B85331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85331; }

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

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

background-color css

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

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

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

border-color css

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

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

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