Html Css Color HEX #B85222 Fiery Orange

📋 copy color: '#B85222'

red 184 ◦ green 82 ◦ blue 34

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

Shades of Fiery Orange #B85222

Tints of Fiery Orange #B85222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.33%

R = 61.33%
G = 27.33%
B = 11.33%

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

#B85222 (or 0xB85222) is known color: Fiery Orange. HEX triplet: B8, 52 and 22. RGB value is (184,82,34). Sum of RGB (Red+Green+Blue) = 184+82+34=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B85222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85222 is #47ADDD. Grayscale: #6B6B6B. Windows color (decimal): -4697566 or 2249400. OLE color: 2249400.

HSL color Cylindrical-coordinate representation of color #B85222: hue angle of 19.2º degrees, saturation: 0.69, 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 #B85222 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 34 -
CMYK 0 0.55 0.82 0.28
HSL 19.2º 0.69% 0.43% -
HSV(B) 19.2º 0.82% 0.72% -
XYZ 23.07 16.34 3.45 -
YUV 107.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 184 82 34 0 0.55 0.82 0.28 19.2 0.69 0.43
Hex B8 52 22 0 37 52 1C 13 45 2B
Octal 270 122 42 0 67 122 34 23 105 53
Binary 10111000 1010010 100010 0 110111 1010010 11100 10011 1000101 101011

Color Harmonies of #B85222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85222

Black with #B85222

Text Example


Text Example

White with #B85222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85222; }

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

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

background-color css

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

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

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

border-color css

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

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

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