#B64B27

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

Shades of Rose Of Sharon #B64B27

Tints of Rose Of Sharon #B64B27

Color information

#B64B27 (or 0xB64B27) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 4B and 27. RGB value is (182,75,39). Sum of RGB (Red+Green+Blue) = 182+75+39=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64B27 is #49B4D8. Grayscale: #676767. Windows color (decimal): -4830425 or 2575286. OLE color: 2575286.

HSL color Cylindrical-coordinate representation of color #B64B27: hue angle of 15.1º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B64B27 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1827539-
CMYK00.590.790.29
HSL15.1º64.71%43.33%-
HSV(B)15.1º78.57%71.37%-
XYZ22.1715.123.67-
YUV102.8991.95184.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 75 (29.69% from 255) = 25.34%
BLUE value IS 39 (15.62% from 255) = 13.18%
R=61.49%
G=25.34%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182753900.590.790.2915.164.7143.33
HexB64B2703B4F1Df412b
Octal26611347073117351710153
Binary101101101001011100111011101110011111110111111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64B27; }

 p { color: rgb(182,75,39); }

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

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

 a { background-color: rgb(182,75,39); }

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

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

 span { border-color: rgb(182,75,39); }

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