#B04926

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

Shades of Rose Of Sharon #B04926

Tints of Rose Of Sharon #B04926

Color information

#B04926 (or 0xB04926) is unknown color: approx Rose Of Sharon. HEX triplet: B0, 49 and 26. RGB value is (176,73,38). Sum of RGB (Red+Green+Blue) = 176+73+38=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B04926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04926 is #4FB6D9. Grayscale: #646464. Windows color (decimal): -5224154 or 2509232. OLE color: 2509232.

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

Color convert

RGB1767338-
CMYK00.590.780.31
HSL15.22º64.49%41.96%-
HSV(B)15.22º78.41%69.02%-
XYZ20.6414.143.47-
YUV99.8193.12182.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.32%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=61.32%
G=25.44%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176733800.590.780.3115.2264.4941.96
HexB0492603B4E1Ff402a
Octal26011146073116371710052
Binary101100001001001100110011101110011101111111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04926; }

 p { color: rgb(176,73,38); }

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

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

 a { background-color: rgb(176,73,38); }

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

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

 span { border-color: rgb(176,73,38); }

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