Html Css Color HEX #B95527 Fiery Orange

📋 copy color: '#B95527'

red 185 ◦ green 85 ◦ blue 39

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

Shades of Fiery Orange #B95527

Tints of Fiery Orange #B95527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.62%

R = 59.87%
G = 27.51%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B95527 (or 0xB95527) is known color: Fiery Orange. HEX triplet: B9, 55 and 27. RGB value is (185,85,39). Sum of RGB (Red+Green+Blue) = 185+85+39=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B95527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95527 is #46AAD8. Grayscale: #6D6D6D. Windows color (decimal): -4631257 or 2577849. OLE color: 2577849.

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

Color convert

RGB 185 85 39 -
CMYK 0 0.54 0.79 0.27
HSL 18.9º 0.65% 0.44% -
HSV(B) 18.9º 0.79% 0.73% -
XYZ 23.62 16.96 3.95 -
YUV 109.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 185 85 39 0 0.54 0.79 0.27 18.9 0.65 0.44
Hex B9 55 27 0 36 4F 1B 13 41 2C
Octal 271 125 47 0 66 117 33 23 101 54
Binary 10111001 1010101 100111 0 110110 1001111 11011 10011 1000001 101100

Color Harmonies of #B95527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95527

Black with #B95527

Text Example


Text Example

White with #B95527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95527; }

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

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

background-color css

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

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

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

border-color css

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

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

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