Html Css Color HEX #B95924 Fiery Orange

📋 copy color: '#B95924'

red 185 ◦ green 89 ◦ blue 36

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

Shades of Fiery Orange #B95924

Tints of Fiery Orange #B95924

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

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

R = 59.68%
G = 28.71%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B95924 (or 0xB95924) is known color: Fiery Orange. HEX triplet: B9, 59 and 24. RGB value is (185,89,36). Sum of RGB (Red+Green+Blue) = 185+89+36=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B95924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95924 is #46A6DB. Grayscale: #6F6F6F. Windows color (decimal): -4630236 or 2382265. OLE color: 2382265.

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

Color convert

RGB 185 89 36 -
CMYK 0 0.52 0.81 0.27
HSL 21.34º 0.67% 0.43% -
HSV(B) 21.34º 0.81% 0.73% -
XYZ 23.9 17.59 3.8 -
YUV 111.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 185 89 36 0 0.52 0.81 0.27 21.34 0.67 0.43
Hex B9 59 24 0 34 51 1B 15 43 2B
Octal 271 131 44 0 64 121 33 25 103 53
Binary 10111001 1011001 100100 0 110100 1010001 11011 10101 1000011 101011

Color Harmonies of #B95924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95924

Black with #B95924

Text Example


Text Example

White with #B95924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95924; }

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

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

background-color css

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

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

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

border-color css

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

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

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