#b84a27

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

Shades of Rose Of Sharon #B84A27

Tints of Rose Of Sharon #B84A27

Color information

#B84A27 (or 0xB84A27) is unknown color: approx Rose Of Sharon. HEX triplet: B8, 4A and 27. RGB value is (184,74,39). Sum of RGB (Red+Green+Blue) = 184+74+39=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A27 is #47B5D8. Grayscale: #676767. Windows color (decimal): -4699609 or 2575032. OLE color: 2575032.

HSL color Cylindrical-coordinate representation of color #B84A27: hue angle of 14.48º degrees, saturation: 0.65, 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 #B84A27 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1847439-
CMYK00.600.790.28
HSL14.48º65.02%43.73%-
HSV(B)14.48º78.8%72.16%-
XYZ22.5815.233.67-
YUV102.991.94185.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.95%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 39 (15.62% from 255) = 13.13%
R=61.95%
G=24.92%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184743900.600.790.2814.4865.0243.73
HexB84A2703C4F1Ce412c
Octal27011247074117341610154
Binary101110001001010100111011110010011111110011101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84a27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84a27; }

 p { color: rgb(184,74,39); }

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

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

 a { background-color: rgb(184,74,39); }

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

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

 span { border-color: rgb(184,74,39); }

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