Html Css Color HEX #B85627 Fiery Orange

📋 copy color: '#B85627'

red 184 ◦ green 86 ◦ blue 39

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

Shades of Fiery Orange #B85627

Tints of Fiery Orange #B85627

RGB

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

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

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

R = 59.55%
G = 27.83%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B85627 (or 0xB85627) is known color: Fiery Orange. HEX triplet: B8, 56 and 27. RGB value is (184,86,39). Sum of RGB (Red+Green+Blue) = 184+86+39=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B85627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85627 is #47A9D8. Grayscale: #6E6E6E. Windows color (decimal): -4696537 or 2578104. OLE color: 2578104.

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

Color convert

RGB 184 86 39 -
CMYK 0 0.53 0.79 0.28
HSL 19.45º 0.65% 0.44% -
HSV(B) 19.45º 0.79% 0.72% -
XYZ 23.46 16.99 3.96 -
YUV 109.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 184 86 39 0 0.53 0.79 0.28 19.45 0.65 0.44
Hex B8 56 27 0 35 4F 1C 13 41 2C
Octal 270 126 47 0 65 117 34 23 101 54
Binary 10111000 1010110 100111 0 110101 1001111 11100 10011 1000001 101100

Color Harmonies of #B85627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85627

Black with #B85627

Text Example


Text Example

White with #B85627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85627; }

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

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

background-color css

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

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

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

border-color css

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

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

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