Html Css Color HEX #B95329 Fiery Orange

📋 copy color: '#B95329'

red 185 ◦ green 83 ◦ blue 41

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

Shades of Fiery Orange #B95329

Tints of Fiery Orange #B95329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 59.87%
G = 26.86%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B95329 (or 0xB95329) is known color: Fiery Orange. HEX triplet: B9, 53 and 29. RGB value is (185,83,41). Sum of RGB (Red+Green+Blue) = 185+83+41=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B95329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95329 is #46ACD6. Grayscale: #6C6C6C. Windows color (decimal): -4631767 or 2708409. OLE color: 2708409.

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

Color convert

RGB 185 83 41 -
CMYK 0 0.55 0.78 0.27
HSL 17.5º 0.64% 0.44% -
HSV(B) 17.5º 0.78% 0.73% -
XYZ 23.5 16.66 4.08 -
YUV 108.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 185 83 41 0 0.55 0.78 0.27 17.5 0.64 0.44
Hex B9 53 29 0 37 4E 1B 12 40 2C
Octal 271 123 51 0 67 116 33 22 100 54
Binary 10111001 1010011 101001 0 110111 1001110 11011 10010 1000000 101100

Color Harmonies of #B95329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95329

Black with #B95329

Text Example


Text Example

White with #B95329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95329; }

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

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

background-color css

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

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

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

border-color css

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

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

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