Html Css Color HEX #B95C29 Fiery Orange

📋 copy color: '#B95C29'

red 185 ◦ green 92 ◦ blue 41

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

Shades of Fiery Orange #B95C29

Tints of Fiery Orange #B95C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

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

R = 58.18%
G = 28.93%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B95C29 (or 0xB95C29) is known color: Fiery Orange. HEX triplet: B9, 5C and 29. RGB value is (185,92,41). Sum of RGB (Red+Green+Blue) = 185+92+41=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C29 is #46A3D6. Grayscale: #727272. Windows color (decimal): -4629463 or 2710713. OLE color: 2710713.

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

Color convert

RGB 185 92 41 -
CMYK 0 0.50 0.78 0.27
HSL 21.25º 0.64% 0.44% -
HSV(B) 21.25º 0.78% 0.73% -
XYZ 24.23 18.13 4.32 -
YUV 113.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 185 92 41 0 0.50 0.78 0.27 21.25 0.64 0.44
Hex B9 5C 29 0 32 4E 1B 15 40 2C
Octal 271 134 51 0 62 116 33 25 100 54
Binary 10111001 1011100 101001 0 110010 1001110 11011 10101 1000000 101100

Color Harmonies of #B95C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C29

Black with #B95C29

Text Example


Text Example

White with #B95C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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