Html Css Color HEX #B85221 Fiery Orange

📋 copy color: '#B85221'

red 184 ◦ green 82 ◦ blue 33

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

Shades of Fiery Orange #B85221

Tints of Fiery Orange #B85221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 61.54%
G = 27.42%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B85221 (or 0xB85221) is known color: Fiery Orange. HEX triplet: B8, 52 and 21. RGB value is (184,82,33). Sum of RGB (Red+Green+Blue) = 184+82+33=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B85221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85221 is #47ADDE. Grayscale: #6B6B6B. Windows color (decimal): -4697567 or 2183864. OLE color: 2183864.

HSL color Cylindrical-coordinate representation of color #B85221: hue angle of 19.47º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B85221 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 33 -
CMYK 0 0.55 0.82 0.28
HSL 19.47º 0.7% 0.43% -
HSV(B) 19.47º 0.82% 0.72% -
XYZ 23.06 16.33 3.38 -
YUV 106.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 184 82 33 0 0.55 0.82 0.28 19.47 0.7 0.43
Hex B8 52 21 0 37 52 1C 13 46 2B
Octal 270 122 41 0 67 122 34 23 106 53
Binary 10111000 1010010 100001 0 110111 1010010 11100 10011 1000110 101011

Color Harmonies of #B85221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85221

Black with #B85221

Text Example


Text Example

White with #B85221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85221; }

 p { color: rgb(184,82,33); }

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

background-color css

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

 a { background-color: rgb(184,82,33); }

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

border-color css

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

 span { border-color: rgb(184,82,33); }

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