#B04E23

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

Shades of Rose Of Sharon #B04E23

Tints of Rose Of Sharon #B04E23

Color information

#B04E23 (or 0xB04E23) is unknown color: approx Rose Of Sharon. HEX triplet: B0, 4E and 23. RGB value is (176,78,35). Sum of RGB (Red+Green+Blue) = 176+78+35=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04E23 is #4FB1DC. Grayscale: #666666. Windows color (decimal): -5222877 or 2313904. OLE color: 2313904.

HSL color Cylindrical-coordinate representation of color #B04E23: hue angle of 18.3º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B04E23 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1767835-
CMYK00.560.800.31
HSL18.3º66.82%41.37%-
HSV(B)18.3º80.11%69.02%-
XYZ20.9314.83.34-
YUV102.489.97180.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.90%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 35 (14.06% from 255) = 12.11%
R=60.90%
G=26.99%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176783500.560.800.3118.366.8241.37
HexB04E23038501F124329
Octal26011643070120372210351
Binary1011000010011101000110111000101000011111100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E23; }

 p { color: rgb(176,78,35); }

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

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

 a { background-color: rgb(176,78,35); }

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

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

 span { border-color: rgb(176,78,35); }

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