Html Css Color HEX #B95819 Fiery Orange

📋 copy color: '#B95819'

red 185 ◦ green 88 ◦ blue 25

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

Shades of Fiery Orange #B95819

Tints of Fiery Orange #B95819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 62.08%
G = 29.53%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B95819 (or 0xB95819) is known color: Fiery Orange. HEX triplet: B9, 58 and 19. RGB value is (185,88,25). Sum of RGB (Red+Green+Blue) = 185+88+25=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B95819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95819 is #46A7E6. Grayscale: #6E6E6E. Windows color (decimal): -4630503 or 1661113. OLE color: 1661113.

HSL color Cylindrical-coordinate representation of color #B95819: hue angle of 23.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B95819 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 88 25 -
CMYK 0 0.52 0.86 0.27
HSL 23.63º 0.76% 0.41% -
HSV(B) 23.63º 0.86% 0.73% -
XYZ 23.67 17.36 3.02 -
YUV 109.82 80.14 181.62 -
System Red Green Blue C M Y K H S L
Decimal 185 88 25 0 0.52 0.86 0.27 23.63 0.76 0.41
Hex B9 58 19 0 34 56 1B 18 4C 29
Octal 271 130 31 0 64 126 33 30 114 51
Binary 10111001 1011000 11001 0 110100 1010110 11011 11000 1001100 101001

Color Harmonies of #B95819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95819

Black with #B95819

Text Example


Text Example

White with #B95819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95819; }

 p { color: rgb(185,88,25); }

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

background-color css

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

 a { background-color: rgb(185,88,25); }

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

border-color css

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

 span { border-color: rgb(185,88,25); }

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