#B34627

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

Shades of Rose Of Sharon #B34627

Tints of Rose Of Sharon #B34627

Color information

#B34627 (or 0xB34627) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 46 and 27. RGB value is (179,70,39). Sum of RGB (Red+Green+Blue) = 179+70+39=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B34627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34627 is #4CB9D8. Grayscale: #636363. Windows color (decimal): -5028313 or 2574003. OLE color: 2574003.

HSL color Cylindrical-coordinate representation of color #B34627: hue angle of 13.29º degrees, saturation: 0.64, 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 #B34627 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1797039-
CMYK00.610.780.30
HSL13.29º64.22%42.75%-
HSV(B)13.29º78.21%70.2%-
XYZ21.1514.113.53-
YUV99.0694.11185.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.15%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=62.15%
G=24.31%
B=13.54%

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
Decimal179703900.610.780.3013.2964.2242.75
HexB3462703D4E1Ed402b
Octal26310647075116361510053
Binary101100111000110100111011110110011101111011011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34627; }

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

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

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

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

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

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

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

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