#B84526

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

Shades of Rose Of Sharon #B84526

Tints of Rose Of Sharon #B84526

Color information

#B84526 (or 0xB84526) is unknown color: approx Rose Of Sharon. HEX triplet: B8, 45 and 26. RGB value is (184,69,38). Sum of RGB (Red+Green+Blue) = 184+69+38=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B84526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84526 is #47BAD9. Grayscale: #646464. Windows color (decimal): -4700890 or 2508216. OLE color: 2508216.

HSL color Cylindrical-coordinate representation of color #B84526: hue angle of 12.74º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B84526 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1846938-
CMYK00.620.790.28
HSL12.74º65.77%43.53%-
HSV(B)12.74º79.35%72.16%-
XYZ22.2514.593.48-
YUV99.8593.1188.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.23%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 38 (15.23% from 255) = 13.06%
R=63.23%
G=23.71%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184693800.620.790.2812.7465.7743.53
HexB8452603E4F1Cd422c
Octal27010546076117341510254
Binary101110001000101100110011111010011111110011011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84526; }

 p { color: rgb(184,69,38); }

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

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

 a { background-color: rgb(184,69,38); }

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

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

 span { border-color: rgb(184,69,38); }

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