Html Css Color HEX #B85732 Fiery Orange

📋 copy color: '#B85732'

red 184 ◦ green 87 ◦ blue 50

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

Shades of Fiery Orange #B85732

Tints of Fiery Orange #B85732

RGB

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

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

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

R = 57.32%
G = 27.1%
B = 15.58%

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

#B85732 (or 0xB85732) is known color: Fiery Orange. HEX triplet: B8, 57 and 32. RGB value is (184,87,50). Sum of RGB (Red+Green+Blue) = 184+87+50=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B85732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85732 is #47A8CD. Grayscale: #707070. Windows color (decimal): -4696270 or 3299256. OLE color: 3299256.

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

Color convert

RGB 184 87 50 -
CMYK 0 0.53 0.73 0.28
HSL 16.57º 0.57% 0.46% -
HSV(B) 16.57º 0.73% 0.72% -
XYZ 23.75 17.24 5.09 -
YUV 111.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 184 87 50 0 0.53 0.73 0.28 16.57 0.57 0.46
Hex B8 57 32 0 35 49 1C 11 39 2E
Octal 270 127 62 0 65 111 34 21 71 56
Binary 10111000 1010111 110010 0 110101 1001001 11100 10001 111001 101110

Color Harmonies of #B85732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85732

Black with #B85732

Text Example


Text Example

White with #B85732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85732; }

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

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

background-color css

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

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

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

border-color css

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

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

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