Html Css Color HEX #B95829 Fiery Orange

📋 copy color: '#B95829'

red 185 ◦ green 88 ◦ blue 41

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

Shades of Fiery Orange #B95829

Tints of Fiery Orange #B95829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.06%

R = 58.92%
G = 28.03%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B95829 (or 0xB95829) is known color: Fiery Orange. HEX triplet: B9, 58 and 29. RGB value is (185,88,41). Sum of RGB (Red+Green+Blue) = 185+88+41=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B95829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95829 is #46A7D6. Grayscale: #6F6F6F. Windows color (decimal): -4630487 or 2709689. OLE color: 2709689.

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

Color convert

RGB 185 88 41 -
CMYK 0 0.52 0.78 0.27
HSL 19.58º 0.64% 0.44% -
HSV(B) 19.58º 0.78% 0.73% -
XYZ 23.9 17.45 4.21 -
YUV 111.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 185 88 41 0 0.52 0.78 0.27 19.58 0.64 0.44
Hex B9 58 29 0 34 4E 1B 14 40 2C
Octal 271 130 51 0 64 116 33 24 100 54
Binary 10111001 1011000 101001 0 110100 1001110 11011 10100 1000000 101100

Color Harmonies of #B95829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95829

Black with #B95829

Text Example


Text Example

White with #B95829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95829; }

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

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

background-color css

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

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

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

border-color css

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

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

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