#472627

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

Shades of Bulgarian Rose #472627

Tints of Bulgarian Rose #472627

Color information

#472627 (or 0x472627) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 26 and 27. RGB value is (71,38,39). Sum of RGB (Red+Green+Blue) = 71+38+39=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #472627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472627 is #B8D9D8. Grayscale: #303030. Windows color (decimal): -12114393 or 2565703. OLE color: 2565703.

HSL color Cylindrical-coordinate representation of color #472627: hue angle of 358.18º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #472627 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB713839-
CMYK00.460.450.72
HSL358.18º30.28%21.37%-
HSV(B)358.18º46.48%27.84%-
XYZ3.662.872.28-
YUV47.98122.93144.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=47.97%
G=25.68%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71383900.460.450.72358.1830.2821.37
Hex47262702E2D481661e15
Octal1074647056551105463625
Binary1000111100110100111010111010110110010001011001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472627; }

 p { color: rgb(71,38,39); }

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

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

 a { background-color: rgb(71,38,39); }

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

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

 span { border-color: rgb(71,38,39); }

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