#B34823

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

Shades of Rose Of Sharon #B34823

Tints of Rose Of Sharon #B34823

Color information

#B34823 (or 0xB34823) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 48 and 23. RGB value is (179,72,35). Sum of RGB (Red+Green+Blue) = 179+72+35=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B34823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34823 is #4CB7DC. Grayscale: #646464. Windows color (decimal): -5027805 or 2312371. OLE color: 2312371.

HSL color Cylindrical-coordinate representation of color #B34823: hue angle of 15.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B34823 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1797235-
CMYK00.600.800.30
HSL15.42º67.29%41.96%-
HSV(B)15.42º80.45%70.2%-
XYZ21.2114.343.24-
YUV99.7891.45184.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.59%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 35 (14.06% from 255) = 12.24%
R=62.59%
G=25.17%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179723500.600.800.3015.4267.2941.96
HexB3482303C501Ef432a
Octal26311043074120361710352
Binary101100111001000100011011110010100001111011111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34823; }

 p { color: rgb(179,72,35); }

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

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

 a { background-color: rgb(179,72,35); }

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

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

 span { border-color: rgb(179,72,35); }

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