Html Css Color HEX #B95524 Fiery Orange

📋 copy color: '#B95524'

red 185 ◦ green 85 ◦ blue 36

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

Shades of Fiery Orange #B95524

Tints of Fiery Orange #B95524

RGB

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

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

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

R = 60.46%
G = 27.78%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B95524 (or 0xB95524) is known color: Fiery Orange. HEX triplet: B9, 55 and 24. RGB value is (185,85,36). Sum of RGB (Red+Green+Blue) = 185+85+36=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B95524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95524 is #46AADB. Grayscale: #6D6D6D. Windows color (decimal): -4631260 or 2381241. OLE color: 2381241.

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

Color convert

RGB 185 85 36 -
CMYK 0 0.54 0.81 0.27
HSL 19.73º 0.67% 0.43% -
HSV(B) 19.73º 0.81% 0.73% -
XYZ 23.57 16.94 3.7 -
YUV 109.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 185 85 36 0 0.54 0.81 0.27 19.73 0.67 0.43
Hex B9 55 24 0 36 51 1B 14 43 2B
Octal 271 125 44 0 66 121 33 24 103 53
Binary 10111001 1010101 100100 0 110110 1010001 11011 10100 1000011 101011

Color Harmonies of #B95524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95524

Black with #B95524

Text Example


Text Example

White with #B95524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95524; }

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

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

background-color css

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

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

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

border-color css

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

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

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