Html Css Color HEX #B55533 Fiery Orange

📋 copy color: '#B55533'

red 181 ◦ green 85 ◦ blue 51

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

Shades of Fiery Orange #B55533

Tints of Fiery Orange #B55533

RGB

 RED value IS 181 (71.09% from 255) = 57.1%

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

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

R = 57.1%
G = 26.81%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B55533 (or 0xB55533) is known color: Fiery Orange. HEX triplet: B5, 55 and 33. RGB value is (181,85,51). Sum of RGB (Red+Green+Blue) = 181+85+51=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B55533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55533 is #4AAACC. Grayscale: #6E6E6E. Windows color (decimal): -4893389 or 3364277. OLE color: 3364277.

HSL color Cylindrical-coordinate representation of color #B55533: hue angle of 15.69º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B55533 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 85 51 -
CMYK 0 0.53 0.72 0.29
HSL 15.69º 0.56% 0.45% -
HSV(B) 15.69º 0.72% 0.71% -
XYZ 22.9 16.56 5.12 -
YUV 109.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 181 85 51 0 0.53 0.72 0.29 15.69 0.56 0.45
Hex B5 55 33 0 35 48 1D 10 38 2D
Octal 265 125 63 0 65 110 35 20 70 55
Binary 10110101 1010101 110011 0 110101 1001000 11101 10000 111000 101101

Color Harmonies of #B55533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55533

Black with #B55533

Text Example


Text Example

White with #B55533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55533; }

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

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

background-color css

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

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

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

border-color css

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

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

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