Html Css Color HEX #B95526 Fiery Orange

📋 copy color: '#B95526'

red 185 ◦ green 85 ◦ blue 38

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

Shades of Fiery Orange #B95526

Tints of Fiery Orange #B95526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 60.06%
G = 27.6%
B = 12.34%

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

#B95526 (or 0xB95526) is known color: Fiery Orange. HEX triplet: B9, 55 and 26. RGB value is (185,85,38). Sum of RGB (Red+Green+Blue) = 185+85+38=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B95526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95526 is #46AAD9. Grayscale: #6D6D6D. Windows color (decimal): -4631258 or 2512313. OLE color: 2512313.

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

Color convert

RGB 185 85 38 -
CMYK 0 0.54 0.79 0.27
HSL 19.18º 0.66% 0.44% -
HSV(B) 19.18º 0.79% 0.73% -
XYZ 23.61 16.95 3.86 -
YUV 109.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 185 85 38 0 0.54 0.79 0.27 19.18 0.66 0.44
Hex B9 55 26 0 36 4F 1B 13 42 2C
Octal 271 125 46 0 66 117 33 23 102 54
Binary 10111001 1010101 100110 0 110110 1001111 11011 10011 1000010 101100

Color Harmonies of #B95526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95526

Black with #B95526

Text Example


Text Example

White with #B95526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95526; }

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

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

background-color css

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

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

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

border-color css

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

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

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