#B15426

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

Shades of Rose Of Sharon #B15426

Tints of Rose Of Sharon #B15426

Color information

#B15426 (or 0xB15426) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 54 and 26. RGB value is (177,84,38). Sum of RGB (Red+Green+Blue) = 177+84+38=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B15426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15426 is #4EABD9. Grayscale: #6A6A6A. Windows color (decimal): -5155802 or 2512049. OLE color: 2512049.

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

Color convert

RGB1778438-
CMYK00.530.790.31
HSL19.86º64.65%42.16%-
HSV(B)19.86º78.53%69.41%-
XYZ21.6515.833.75-
YUV106.5689.31178.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.20%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 38 (15.23% from 255) = 12.71%
R=59.20%
G=28.09%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177843800.530.790.3119.8664.6542.16
HexB154260354F1F14412a
Octal26112446065117372410152
Binary1011000110101001001100110101100111111111101001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15426; }

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

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

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

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

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

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

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

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