#B14929

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

Shades of Rose Of Sharon #B14929

Tints of Rose Of Sharon #B14929

Color information

#B14929 (or 0xB14929) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 49 and 29. RGB value is (177,73,41). Sum of RGB (Red+Green+Blue) = 177+73+41=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B14929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14929 is #4EB6D6. Grayscale: #646464. Windows color (decimal): -5158615 or 2705841. OLE color: 2705841.

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

Color convert

RGB1777341-
CMYK00.590.770.31
HSL14.12º62.39%42.75%-
HSV(B)14.12º76.84%69.41%-
XYZ20.9114.273.75-
YUV100.4594.46182.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 41 (16.41% from 255) = 14.09%
R=60.82%
G=25.09%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177734100.590.770.3114.1262.3942.75
HexB1492903B4D1Fe3e2b
Octal2611115107311537167653
Binary10110001100100110100101110111001101111111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14929; }

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

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

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

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

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

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

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

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