Html Css Color HEX #472426 Bulgarian Rose

📋 copy color: '#472426'

red 71 ◦ green 36 ◦ blue 38

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

Shades of Bulgarian Rose #472426

Tints of Bulgarian Rose #472426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

 BLUE value IS 38 (15.23% from 255) = 26.21%

R = 48.97%
G = 24.83%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#472426 (or 0x472426) is known color: Bulgarian Rose. HEX triplet: 47, 24 and 26. RGB value is (71,36,38). Sum of RGB (Red+Green+Blue) = 71+36+38=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472426 is #B8DBD9. Grayscale: #2E2E2E. Windows color (decimal): -12114906 or 2499655. OLE color: 2499655.

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

Color convert

RGB 71 36 38 -
CMYK 0 0.49 0.46 0.72
HSL 356.57º 0.33% 0.21% -
HSV(B) 356.57º 0.49% 0.28% -
XYZ 3.58 2.74 2.17 -
YUV 46.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 71 36 38 0 0.49 0.46 0.72 356.57 0.33 0.21
Hex 47 24 26 0 31 2E 48 165 21 15
Octal 107 44 46 0 61 56 110 545 41 25
Binary 1000111 100100 100110 0 110001 101110 1001000 101100101 100001 10101

Color Harmonies of #472426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472426

Black with #472426

Text Example


Text Example

White with #472426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472426; }

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

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

background-color css

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

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

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

border-color css

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

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

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