Html Css Color HEX #B95520 Fiery Orange

📋 copy color: '#B95520'

red 185 ◦ green 85 ◦ blue 32

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

Shades of Fiery Orange #B95520

Tints of Fiery Orange #B95520

RGB

 RED value IS 185 (72.66% from 255) = 61.26%

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

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

R = 61.26%
G = 28.15%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B95520 (or 0xB95520) is known color: Fiery Orange. HEX triplet: B9, 55 and 20. RGB value is (185,85,32). Sum of RGB (Red+Green+Blue) = 185+85+32=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B95520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95520 is #46AADF. Grayscale: #6D6D6D. Windows color (decimal): -4631264 or 2119097. OLE color: 2119097.

HSL color Cylindrical-coordinate representation of color #B95520: hue angle of 20.78º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B95520 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 32 -
CMYK 0 0.54 0.83 0.27
HSL 20.78º 0.71% 0.43% -
HSV(B) 20.78º 0.83% 0.73% -
XYZ 23.52 16.92 3.39 -
YUV 108.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 185 85 32 0 0.54 0.83 0.27 20.78 0.71 0.43
Hex B9 55 20 0 36 53 1B 15 47 2B
Octal 271 125 40 0 66 123 33 25 107 53
Binary 10111001 1010101 100000 0 110110 1010011 11011 10101 1000111 101011

Color Harmonies of #B95520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95520

Black with #B95520

Text Example


Text Example

White with #B95520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95520; }

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

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

background-color css

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

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

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

border-color css

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

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

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