Html Css Color HEX #472629 Bulgarian Rose

📋 copy color: '#472629'

red 71 ◦ green 38 ◦ blue 41

#472629
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bulgarian Rose #472629

Tints of Bulgarian Rose #472629

RGB

 RED value IS 71 (28.13% from 255) = 47.33%

 GREEN value IS 38 (15.23% from 255) = 25.33%

 BLUE value IS 41 (16.41% from 255) = 27.33%

R = 47.33%
G = 25.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#472629 (or 0x472629) is known color: Bulgarian Rose. HEX triplet: 47, 26 and 29. RGB value is (71,38,41). Sum of RGB (Red+Green+Blue) = 71+38+41=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #472629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472629 is #B8D9D6. Grayscale: #303030. Windows color (decimal): -12114391 or 2696775. OLE color: 2696775.

HSL color Cylindrical-coordinate representation of color #472629: hue angle of 354.55º 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 #472629 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 41 -
CMYK 0 0.46 0.42 0.72
HSL 354.55º 0.3% 0.21% -
HSV(B) 354.55º 0.46% 0.28% -
XYZ 3.69 2.89 2.46 -
YUV 48.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 71 38 41 0 0.46 0.42 0.72 354.55 0.3 0.21
Hex 47 26 29 0 2E 2A 48 163 1E 15
Octal 107 46 51 0 56 52 110 543 36 25
Binary 1000111 100110 101001 0 101110 101010 1001000 101100011 11110 10101

Color Harmonies of #472629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472629

Black with #472629

Text Example


Text Example

White with #472629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472629; }

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

 H1.HeaderClassName
 {
   color: #472629;
 }
 .AnyTagClassName
 {
   color: #472629;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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