Html Css Color HEX #B85322 Fiery Orange

📋 copy color: '#B85322'

red 184 ◦ green 83 ◦ blue 34

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

Shades of Fiery Orange #B85322

Tints of Fiery Orange #B85322

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

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

R = 61.13%
G = 27.57%
B = 11.3%

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

#B85322 (or 0xB85322) is known color: Fiery Orange. HEX triplet: B8, 53 and 22. RGB value is (184,83,34). Sum of RGB (Red+Green+Blue) = 184+83+34=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B85322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85322 is #47ACDD. Grayscale: #6B6B6B. Windows color (decimal): -4697310 or 2249656. OLE color: 2249656.

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

Color convert

RGB 184 83 34 -
CMYK 0 0.55 0.82 0.28
HSL 19.6º 0.69% 0.43% -
HSV(B) 19.6º 0.82% 0.72% -
XYZ 23.15 16.49 3.48 -
YUV 107.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 184 83 34 0 0.55 0.82 0.28 19.6 0.69 0.43
Hex B8 53 22 0 37 52 1C 14 45 2B
Octal 270 123 42 0 67 122 34 24 105 53
Binary 10111000 1010011 100010 0 110111 1010010 11100 10100 1000101 101011

Color Harmonies of #B85322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85322

Black with #B85322

Text Example


Text Example

White with #B85322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85322; }

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

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

background-color css

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

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

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

border-color css

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

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

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