Html Css Color HEX #B95528 Fiery Orange

📋 copy color: '#B95528'

red 185 ◦ green 85 ◦ blue 40

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

Shades of Fiery Orange #B95528

Tints of Fiery Orange #B95528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 59.68%
G = 27.42%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B95528 (or 0xB95528) is known color: Fiery Orange. HEX triplet: B9, 55 and 28. RGB value is (185,85,40). Sum of RGB (Red+Green+Blue) = 185+85+40=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B95528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95528 is #46AAD7. Grayscale: #6E6E6E. Windows color (decimal): -4631256 or 2643385. OLE color: 2643385.

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

Color convert

RGB 185 85 40 -
CMYK 0 0.54 0.78 0.27
HSL 18.62º 0.64% 0.44% -
HSV(B) 18.62º 0.78% 0.73% -
XYZ 23.64 16.96 4.04 -
YUV 109.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 185 85 40 0 0.54 0.78 0.27 18.62 0.64 0.44
Hex B9 55 28 0 36 4E 1B 13 40 2C
Octal 271 125 50 0 66 116 33 23 100 54
Binary 10111001 1010101 101000 0 110110 1001110 11011 10011 1000000 101100

Color Harmonies of #B95528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95528

Black with #B95528

Text Example


Text Example

White with #B95528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95528; }

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

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

background-color css

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

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

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

border-color css

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

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

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