Html Css Color HEX #B95424 Fiery Orange

📋 copy color: '#B95424'

red 185 ◦ green 84 ◦ blue 36

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

Shades of Fiery Orange #B95424

Tints of Fiery Orange #B95424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

 BLUE value IS 36 (14.45% from 255) = 11.8%

R = 60.66%
G = 27.54%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B95424 (or 0xB95424) is known color: Fiery Orange. HEX triplet: B9, 54 and 24. RGB value is (185,84,36). Sum of RGB (Red+Green+Blue) = 185+84+36=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B95424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95424 is #46ABDB. Grayscale: #6D6D6D. Windows color (decimal): -4631516 or 2380985. OLE color: 2380985.

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

Color convert

RGB 185 84 36 -
CMYK 0 0.55 0.81 0.27
HSL 19.33º 0.67% 0.43% -
HSV(B) 19.33º 0.81% 0.73% -
XYZ 23.5 16.78 3.67 -
YUV 108.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 185 84 36 0 0.55 0.81 0.27 19.33 0.67 0.43
Hex B9 54 24 0 37 51 1B 13 43 2B
Octal 271 124 44 0 67 121 33 23 103 53
Binary 10111001 1010100 100100 0 110111 1010001 11011 10011 1000011 101011

Color Harmonies of #B95424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95424

Black with #B95424

Text Example


Text Example

White with #B95424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95424; }

 p { color: rgb(185,84,36); }

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

background-color css

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

 a { background-color: rgb(185,84,36); }

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

border-color css

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

 span { border-color: rgb(185,84,36); }

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