#B54B29

Color #B54B29 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B54B29

Tints of Rose Of Sharon #B54B29

Color information

#B54B29 (or 0xB54B29) is unknown color: approx Rose Of Sharon. HEX triplet: B5, 4B and 29. RGB value is (181,75,41). Sum of RGB (Red+Green+Blue) = 181+75+41=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B29 is #4AB4D6. Grayscale: #676767. Windows color (decimal): -4895959 or 2706357. OLE color: 2706357.

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

Color convert

RGB1817541-
CMYK00.590.770.29
HSL14.57º63.06%43.53%-
HSV(B)14.57º77.35%70.98%-
XYZ21.9715.023.84-
YUV102.8293.12183.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=60.94%
G=25.25%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181754100.590.770.2914.5763.0643.53
HexB54B2903B4D1Df3f2c
Octal2651135107311535177754
Binary10110101100101110100101110111001101111011111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B29; }

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

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

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

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

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

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

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

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