#B14825

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

Shades of Rose Of Sharon #B14825

Tints of Rose Of Sharon #B14825

Color information

#B14825 (or 0xB14825) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 48 and 25. RGB value is (177,72,37). Sum of RGB (Red+Green+Blue) = 177+72+37=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B14825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14825 is #4EB7DA. Grayscale: #636363. Windows color (decimal): -5158875 or 2443441. OLE color: 2443441.

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

Color convert

RGB1777237-
CMYK00.590.790.31
HSL15º65.42%41.96%-
HSV(B)15º79.1%69.41%-
XYZ20.7814.123.38-
YUV99.492.79183.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=61.89%
G=25.17%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177723700.590.790.311565.4241.96
HexB1482503B4F1Ff412a
Octal26111045073117371710152
Binary101100011001000100101011101110011111111111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14825; }

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

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

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

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

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

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

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

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