#B34628

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

Shades of Rose Of Sharon #B34628

Tints of Rose Of Sharon #B34628

Color information

#B34628 (or 0xB34628) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 46 and 28. RGB value is (179,70,40). Sum of RGB (Red+Green+Blue) = 179+70+40=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B34628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34628 is #4CB9D7. Grayscale: #636363. Windows color (decimal): -5028312 or 2639539. OLE color: 2639539.

HSL color Cylindrical-coordinate representation of color #B34628: hue angle of 12.95º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B34628 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1797040-
CMYK00.610.780.30
HSL12.95º63.47%42.94%-
HSV(B)12.95º77.65%70.2%-
XYZ21.1614.123.62-
YUV99.1794.61184.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=61.94%
G=24.22%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179704000.610.780.3012.9563.4742.94
HexB3462803D4E1Ed3f2b
Octal2631065007511636157753
Binary10110011100011010100001111011001110111101101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34628; }

 p { color: rgb(179,70,40); }

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

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

 a { background-color: rgb(179,70,40); }

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

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

 span { border-color: rgb(179,70,40); }

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