#B15423

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

Shades of Rose Of Sharon #B15423

Tints of Rose Of Sharon #B15423

Color information

#B15423 (or 0xB15423) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 54 and 23. RGB value is (177,84,35). Sum of RGB (Red+Green+Blue) = 177+84+35=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B15423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15423 is #4EABDC. Grayscale: #6A6A6A. Windows color (decimal): -5155805 or 2315441. OLE color: 2315441.

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

Color convert

RGB1778435-
CMYK00.530.800.31
HSL20.7º66.98%41.57%-
HSV(B)20.7º80.23%69.41%-
XYZ21.6115.813.5-
YUV106.2287.81178.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.80%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 35 (14.06% from 255) = 11.82%
R=59.80%
G=28.38%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177843500.530.800.3120.766.9841.57
HexB15423035501F15432a
Octal26112443065120372510352
Binary1011000110101001000110110101101000011111101011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15423; }

 p { color: rgb(177,84,35); }

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

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

 a { background-color: rgb(177,84,35); }

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

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

 span { border-color: rgb(177,84,35); }

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