Html Css Color HEX #B95229 Fiery Orange

📋 copy color: '#B95229'

red 185 ◦ green 82 ◦ blue 41

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

Shades of Fiery Orange #B95229

Tints of Fiery Orange #B95229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

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

R = 60.06%
G = 26.62%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B95229 (or 0xB95229) is known color: Fiery Orange. HEX triplet: B9, 52 and 29. RGB value is (185,82,41). Sum of RGB (Red+Green+Blue) = 185+82+41=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B95229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95229 is #46ADD6. Grayscale: #6C6C6C. Windows color (decimal): -4632023 or 2708153. OLE color: 2708153.

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

Color convert

RGB 185 82 41 -
CMYK 0 0.56 0.78 0.27
HSL 17.08º 0.64% 0.44% -
HSV(B) 17.08º 0.78% 0.73% -
XYZ 23.43 16.51 4.05 -
YUV 108.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 185 82 41 0 0.56 0.78 0.27 17.08 0.64 0.44
Hex B9 52 29 0 38 4E 1B 11 40 2C
Octal 271 122 51 0 70 116 33 21 100 54
Binary 10111001 1010010 101001 0 111000 1001110 11011 10001 1000000 101100

Color Harmonies of #B95229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95229

Black with #B95229

Text Example


Text Example

White with #B95229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95229; }

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

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

background-color css

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

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

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

border-color css

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

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

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