#B54629

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

Shades of Rose Of Sharon #B54629

Tints of Rose Of Sharon #B54629

Color information

#B54629 (or 0xB54629) is unknown color: approx Rose Of Sharon. HEX triplet: B5, 46 and 29. RGB value is (181,70,41). Sum of RGB (Red+Green+Blue) = 181+70+41=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B54629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54629 is #4AB9D6. Grayscale: #646464. Windows color (decimal): -4897239 or 2705077. OLE color: 2705077.

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

Color convert

RGB1817041-
CMYK00.610.770.29
HSL12.43º63.06%43.53%-
HSV(B)12.43º77.35%70.98%-
XYZ21.6514.363.73-
YUV99.8894.77185.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.99%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 41 (16.41% from 255) = 14.04%
R=61.99%
G=23.97%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181704100.610.770.2912.4363.0643.53
HexB5462903D4D1Dc3f2c
Octal2651065107511535147754
Binary10110101100011010100101111011001101111011100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54629; }

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

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

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

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

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

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

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

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