Html Css Color HEX #B95533 Fiery Orange

📋 copy color: '#B95533'

red 185 ◦ green 85 ◦ blue 51

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

Shades of Fiery Orange #B95533

Tints of Fiery Orange #B95533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

 BLUE value IS 51 (20.31% from 255) = 15.89%

R = 57.63%
G = 26.48%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B95533 (or 0xB95533) is known color: Fiery Orange. HEX triplet: B9, 55 and 33. RGB value is (185,85,51). Sum of RGB (Red+Green+Blue) = 185+85+51=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B95533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95533 is #46AACC. Grayscale: #6F6F6F. Windows color (decimal): -4631245 or 3364281. OLE color: 3364281.

HSL color Cylindrical-coordinate representation of color #B95533: hue angle of 15.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B95533 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 51 -
CMYK 0 0.54 0.72 0.27
HSL 15.22º 0.57% 0.46% -
HSV(B) 15.22º 0.72% 0.73% -
XYZ 23.85 17.05 5.17 -
YUV 111.02 94.13 180.76 -
System Red Green Blue C M Y K H S L
Decimal 185 85 51 0 0.54 0.72 0.27 15.22 0.57 0.46
Hex B9 55 33 0 36 48 1B F 39 2E
Octal 271 125 63 0 66 110 33 17 71 56
Binary 10111001 1010101 110011 0 110110 1001000 11011 1111 111001 101110

Color Harmonies of #B95533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95533

Black with #B95533

Text Example


Text Example

White with #B95533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95533; }

 p { color: rgb(185,85,51); }

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

background-color css

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

 a { background-color: rgb(185,85,51); }

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

border-color css

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

 span { border-color: rgb(185,85,51); }

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