Html Css Color HEX #B55529 Fiery Orange

📋 copy color: '#B55529'

red 181 ◦ green 85 ◦ blue 41

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

Shades of Fiery Orange #B55529

Tints of Fiery Orange #B55529

RGB

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

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

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

R = 58.96%
G = 27.69%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B55529 (or 0xB55529) is known color: Fiery Orange. HEX triplet: B5, 55 and 29. RGB value is (181,85,41). Sum of RGB (Red+Green+Blue) = 181+85+41=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B55529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55529 is #4AAAD6. Grayscale: #6C6C6C. Windows color (decimal): -4893399 or 2708917. OLE color: 2708917.

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

Color convert

RGB 181 85 41 -
CMYK 0 0.53 0.77 0.29
HSL 18.86º 0.63% 0.44% -
HSV(B) 18.86º 0.77% 0.71% -
XYZ 22.7 16.48 4.08 -
YUV 108.69 89.8 179.58 -
System Red Green Blue C M Y K H S L
Decimal 181 85 41 0 0.53 0.77 0.29 18.86 0.63 0.44
Hex B5 55 29 0 35 4D 1D 13 3F 2C
Octal 265 125 51 0 65 115 35 23 77 54
Binary 10110101 1010101 101001 0 110101 1001101 11101 10011 111111 101100

Color Harmonies of #B55529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55529

Black with #B55529

Text Example


Text Example

White with #B55529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55529; }

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

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

background-color css

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

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

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

border-color css

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

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

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