#B55D29

Color #B55D29 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B55D29

Tints of Fiery Orange #B55D29

Color information

#B55D29 (or 0xB55D29) is unknown color: approx Fiery Orange. HEX triplet: B5, 5D and 29. RGB value is (181,93,41). Sum of RGB (Red+Green+Blue) = 181+93+41=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D29 is #4AA2D6. Grayscale: #717171. Windows color (decimal): -4891351 or 2710965. OLE color: 2710965.

HSL color Cylindrical-coordinate representation of color #B55D29: hue angle of 22.29º 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 #B55D29 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1819341-
CMYK00.490.770.29
HSL22.29º63.06%43.53%-
HSV(B)22.29º77.35%70.98%-
XYZ23.3717.814.3-
YUV113.3887.15176.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 41 (16.41% from 255) = 13.02%
R=57.46%
G=29.52%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181934100.490.770.2922.2963.0643.53
HexB55D290314D1D163f2c
Octal2651355106111535267754
Binary101101011011101101001011000110011011110110110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D29; }

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

 H1.HeaderClassName
 {
   color: #B55D29;
 }
 .AnyTagClassName
 {
   color: #B55D29;
 }
</style>
background-color css

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

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

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

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

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

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