Html Css Color HEX #B85A16 Fiery Orange

📋 copy color: '#B85A16'

red 184 ◦ green 90 ◦ blue 22

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

Shades of Fiery Orange #B85A16

Tints of Fiery Orange #B85A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 62.16%
G = 30.41%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B85A16 (or 0xB85A16) is known color: Fiery Orange. HEX triplet: B8, 5A and 16. RGB value is (184,90,22). Sum of RGB (Red+Green+Blue) = 184+90+22=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85A16 is #47A5E9. Grayscale: #6E6E6E. Windows color (decimal): -4695530 or 1465016. OLE color: 1465016.

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

Color convert

RGB 184 90 22 -
CMYK 0 0.51 0.88 0.28
HSL 25.19º 0.79% 0.4% -
HSV(B) 25.19º 0.88% 0.72% -
XYZ 23.57 17.56 2.91 -
YUV 110.35 78.14 180.53 -
System Red Green Blue C M Y K H S L
Decimal 184 90 22 0 0.51 0.88 0.28 25.19 0.79 0.4
Hex B8 5A 16 0 33 58 1C 19 4F 28
Octal 270 132 26 0 63 130 34 31 117 50
Binary 10111000 1011010 10110 0 110011 1011000 11100 11001 1001111 101000

Color Harmonies of #B85A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A16

Black with #B85A16

Text Example


Text Example

White with #B85A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A16; }

 p { color: rgb(184,90,22); }

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

background-color css

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

 a { background-color: rgb(184,90,22); }

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

border-color css

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

 span { border-color: rgb(184,90,22); }

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