Html Css Color HEX #B95220 Fiery Orange

📋 copy color: '#B95220'

red 185 ◦ green 82 ◦ blue 32

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

Shades of Fiery Orange #B95220

Tints of Fiery Orange #B95220

RGB

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

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

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

R = 61.87%
G = 27.42%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B95220 (or 0xB95220) is known color: Fiery Orange. HEX triplet: B9, 52 and 20. RGB value is (185,82,32). Sum of RGB (Red+Green+Blue) = 185+82+32=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B95220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95220 is #46ADDF. Grayscale: #6B6B6B. Windows color (decimal): -4632032 or 2118329. OLE color: 2118329.

HSL color Cylindrical-coordinate representation of color #B95220: hue angle of 19.61º 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 #B95220 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 32 -
CMYK 0 0.56 0.83 0.27
HSL 19.61º 0.71% 0.43% -
HSV(B) 19.61º 0.83% 0.73% -
XYZ 23.29 16.45 3.31 -
YUV 107.1 85.62 183.57 -
System Red Green Blue C M Y K H S L
Decimal 185 82 32 0 0.56 0.83 0.27 19.61 0.71 0.43
Hex B9 52 20 0 38 53 1B 14 47 2B
Octal 271 122 40 0 70 123 33 24 107 53
Binary 10111001 1010010 100000 0 111000 1010011 11011 10100 1000111 101011

Color Harmonies of #B95220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95220

Black with #B95220

Text Example


Text Example

White with #B95220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95220; }

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

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

background-color css

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

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

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

border-color css

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

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

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