Html Css Color HEX #B85522 Fiery Orange

📋 copy color: '#B85522'

red 184 ◦ green 85 ◦ blue 34

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

Shades of Fiery Orange #B85522

Tints of Fiery Orange #B85522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

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

R = 60.73%
G = 28.05%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B85522 (or 0xB85522) is known color: Fiery Orange. HEX triplet: B8, 55 and 22. RGB value is (184,85,34). Sum of RGB (Red+Green+Blue) = 184+85+34=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B85522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85522 is #47AADD. Grayscale: #6D6D6D. Windows color (decimal): -4696798 or 2250168. OLE color: 2250168.

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

Color convert

RGB 184 85 34 -
CMYK 0 0.54 0.82 0.28
HSL 20.4º 0.69% 0.43% -
HSV(B) 20.4º 0.82% 0.72% -
XYZ 23.3 16.8 3.53 -
YUV 108.79 85.8 181.65 -
System Red Green Blue C M Y K H S L
Decimal 184 85 34 0 0.54 0.82 0.28 20.4 0.69 0.43
Hex B8 55 22 0 36 52 1C 14 45 2B
Octal 270 125 42 0 66 122 34 24 105 53
Binary 10111000 1010101 100010 0 110110 1010010 11100 10100 1000101 101011

Color Harmonies of #B85522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85522

Black with #B85522

Text Example


Text Example

White with #B85522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85522; }

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

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

background-color css

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

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

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

border-color css

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

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

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