#B14824

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

Shades of Rose Of Sharon #B14824

Tints of Rose Of Sharon #B14824

Color information

#B14824 (or 0xB14824) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 48 and 24. RGB value is (177,72,36). Sum of RGB (Red+Green+Blue) = 177+72+36=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B14824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14824 is #4EB7DB. Grayscale: #636363. Windows color (decimal): -5158876 or 2377905. OLE color: 2377905.

HSL color Cylindrical-coordinate representation of color #B14824: hue angle of 15.32º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B14824 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1777236-
CMYK00.590.800.31
HSL15.32º66.2%41.76%-
HSV(B)15.32º79.66%69.41%-
XYZ20.7714.113.3-
YUV99.2992.29183.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 36 (14.45% from 255) = 12.63%
R=62.11%
G=25.26%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177723600.590.800.3115.3266.241.76
HexB1482403B501Ff422a
Octal26111044073120371710252
Binary101100011001000100100011101110100001111111111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14824; }

 p { color: rgb(177,72,36); }

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

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

 a { background-color: rgb(177,72,36); }

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

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

 span { border-color: rgb(177,72,36); }

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