#b64d25

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

Shades of Rose Of Sharon #B64D25

Tints of Rose Of Sharon #B64D25

Color information

#B64D25 (or 0xB64D25) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 4D and 25. RGB value is (182,77,37). Sum of RGB (Red+Green+Blue) = 182+77+37=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D25 is #49B2DA. Grayscale: #686868. Windows color (decimal): -4829915 or 2444726. OLE color: 2444726.

HSL color Cylindrical-coordinate representation of color #B64D25: hue angle of 16.55º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B64D25 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB1827737-
CMYK00.580.800.29
HSL16.55º66.21%42.94%-
HSV(B)16.55º79.67%71.37%-
XYZ22.2815.393.55-
YUV103.8490.29183.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 37 (14.84% from 255) = 12.5%
R=61.49%
G=26.01%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182773700.580.800.2916.5566.2142.94
HexB64D2503A501D11422b
Octal26611545072120352110253
Binary1011011010011011001010111010101000011101100011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b64d25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b64d25; }

 p { color: rgb(182,77,37); }

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

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

 a { background-color: rgb(182,77,37); }

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

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

 span { border-color: rgb(182,77,37); }

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