Html Css Color HEX #B65520 Fiery Orange

📋 copy color: '#B65520'

red 182 ◦ green 85 ◦ blue 32

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

Shades of Fiery Orange #B65520

Tints of Fiery Orange #B65520

RGB

 RED value IS 182 (71.48% from 255) = 60.87%

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

 BLUE value IS 32 (12.89% from 255) = 10.7%

R = 60.87%
G = 28.43%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B65520 (or 0xB65520) is known color: Fiery Orange. HEX triplet: B6, 55 and 20. RGB value is (182,85,32). Sum of RGB (Red+Green+Blue) = 182+85+32=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B65520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65520 is #49AADF. Grayscale: #6C6C6C. Windows color (decimal): -4827872 or 2119094. OLE color: 2119094.

HSL color Cylindrical-coordinate representation of color #B65520: hue angle of 21.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B65520 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 32 -
CMYK 0 0.53 0.82 0.29
HSL 21.2º 0.7% 0.42% -
HSV(B) 21.2º 0.82% 0.71% -
XYZ 22.8 16.55 3.36 -
YUV 107.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 182 85 32 0 0.53 0.82 0.29 21.2 0.7 0.42
Hex B6 55 20 0 35 52 1D 15 46 2A
Octal 266 125 40 0 65 122 35 25 106 52
Binary 10110110 1010101 100000 0 110101 1010010 11101 10101 1000110 101010

Color Harmonies of #B65520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65520

Black with #B65520

Text Example


Text Example

White with #B65520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65520; }

 p { color: rgb(182,85,32); }

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

background-color css

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

 a { background-color: rgb(182,85,32); }

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

border-color css

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

 span { border-color: rgb(182,85,32); }

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