Html Css Color HEX #B85532 Fiery Orange

📋 copy color: '#B85532'

red 184 ◦ green 85 ◦ blue 50

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

Shades of Fiery Orange #B85532

Tints of Fiery Orange #B85532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 57.68%
G = 26.65%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B85532 (or 0xB85532) is known color: Fiery Orange. HEX triplet: B8, 55 and 32. RGB value is (184,85,50). Sum of RGB (Red+Green+Blue) = 184+85+50=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B85532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85532 is #47AACD. Grayscale: #6E6E6E. Windows color (decimal): -4696782 or 3298744. OLE color: 3298744.

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

Color convert

RGB 184 85 50 -
CMYK 0 0.54 0.73 0.28
HSL 15.67º 0.57% 0.46% -
HSV(B) 15.67º 0.73% 0.72% -
XYZ 23.59 16.92 5.04 -
YUV 110.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 184 85 50 0 0.54 0.73 0.28 15.67 0.57 0.46
Hex B8 55 32 0 36 49 1C 10 39 2E
Octal 270 125 62 0 66 111 34 20 71 56
Binary 10111000 1010101 110010 0 110110 1001001 11100 10000 111001 101110

Color Harmonies of #B85532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85532

Black with #B85532

Text Example


Text Example

White with #B85532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85532; }

 p { color: rgb(184,85,50); }

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

background-color css

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

 a { background-color: rgb(184,85,50); }

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

border-color css

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

 span { border-color: rgb(184,85,50); }

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