#B14925

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

Shades of Rose Of Sharon #B14925

Tints of Rose Of Sharon #B14925

Color information

#B14925 (or 0xB14925) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 49 and 25. RGB value is (177,73,37). Sum of RGB (Red+Green+Blue) = 177+73+37=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B14925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14925 is #4EB6DA. Grayscale: #646464. Windows color (decimal): -5158619 or 2443697. OLE color: 2443697.

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

Color convert

RGB1777337-
CMYK00.590.790.31
HSL15.43º65.42%41.96%-
HSV(B)15.43º79.1%69.41%-
XYZ20.8514.253.4-
YUV99.9992.46182.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=61.67%
G=25.44%
B=12.89%

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
Decimal177733700.590.790.3115.4365.4241.96
HexB1492503B4F1Ff412a
Octal26111145073117371710152
Binary101100011001001100101011101110011111111111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14925; }

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

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

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

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

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

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

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

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