#B14624

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

Shades of Rose Of Sharon #B14624

Tints of Rose Of Sharon #B14624

Color information

#B14624 (or 0xB14624) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 46 and 24. RGB value is (177,70,36). Sum of RGB (Red+Green+Blue) = 177+70+36=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B14624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14624 is #4EB9DB. Grayscale: #626262. Windows color (decimal): -5159388 or 2377393. OLE color: 2377393.

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

Color convert

RGB1777036-
CMYK00.600.800.31
HSL14.47º66.2%41.76%-
HSV(B)14.47º79.66%69.41%-
XYZ20.6413.853.26-
YUV98.1292.95184.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.54%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 36 (14.45% from 255) = 12.72%
R=62.54%
G=24.73%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177703600.600.800.3114.4766.241.76
HexB1462403C501Fe422a
Octal26110644074120371610252
Binary101100011000110100100011110010100001111111101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14624; }

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

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

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

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

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

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

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

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