Html Css Color HEX #B85B1C Fiery Orange

📋 copy color: '#B85B1C'

red 184 ◦ green 91 ◦ blue 28

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

Shades of Fiery Orange #B85B1C

Tints of Fiery Orange #B85B1C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 60.73%
G = 30.03%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B85B1C (or 0xB85B1C) is known color: Fiery Orange. HEX triplet: B8, 5B and 1C. RGB value is (184,91,28). Sum of RGB (Red+Green+Blue) = 184+91+28=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85B1C is #47A4E3. Grayscale: #6F6F6F. Windows color (decimal): -4695268 or 1858488. OLE color: 1858488.

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

Color convert

RGB 184 91 28 -
CMYK 0 0.51 0.85 0.28
HSL 24.23º 0.74% 0.42% -
HSV(B) 24.23º 0.85% 0.72% -
XYZ 23.72 17.76 3.28 -
YUV 111.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 184 91 28 0 0.51 0.85 0.28 24.23 0.74 0.42
Hex B8 5B 1C 0 33 55 1C 18 4A 2A
Octal 270 133 34 0 63 125 34 30 112 52
Binary 10111000 1011011 11100 0 110011 1010101 11100 11000 1001010 101010

Color Harmonies of #B85B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B1C

Black with #B85B1C

Text Example


Text Example

White with #B85B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B1C; }

 p { color: rgb(184,91,28); }

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

background-color css

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

 a { background-color: rgb(184,91,28); }

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

border-color css

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

 span { border-color: rgb(184,91,28); }

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