Html Css Color HEX #B85927 Fiery Orange

📋 copy color: '#B85927'

red 184 ◦ green 89 ◦ blue 39

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

Shades of Fiery Orange #B85927

Tints of Fiery Orange #B85927

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

 BLUE value IS 39 (15.63% from 255) = 12.5%

R = 58.97%
G = 28.53%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B85927 (or 0xB85927) is known color: Fiery Orange. HEX triplet: B8, 59 and 27. RGB value is (184,89,39). Sum of RGB (Red+Green+Blue) = 184+89+39=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B85927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85927 is #47A6D8. Grayscale: #707070. Windows color (decimal): -4695769 or 2578872. OLE color: 2578872.

HSL color Cylindrical-coordinate representation of color #B85927: hue angle of 20.69º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B85927 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 89 39 -
CMYK 0 0.52 0.79 0.28
HSL 20.69º 0.65% 0.44% -
HSV(B) 20.69º 0.79% 0.72% -
XYZ 23.71 17.48 4.04 -
YUV 111.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 184 89 39 0 0.52 0.79 0.28 20.69 0.65 0.44
Hex B8 59 27 0 34 4F 1C 15 41 2C
Octal 270 131 47 0 64 117 34 25 101 54
Binary 10111000 1011001 100111 0 110100 1001111 11100 10101 1000001 101100

Color Harmonies of #B85927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85927

Black with #B85927

Text Example


Text Example

White with #B85927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85927; }

 p { color: rgb(184,89,39); }

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

background-color css

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

 a { background-color: rgb(184,89,39); }

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

border-color css

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

 span { border-color: rgb(184,89,39); }

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