Html Css Color HEX #472526 Bulgarian Rose

📋 copy color: '#472526'

red 71 ◦ green 37 ◦ blue 38

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

Shades of Bulgarian Rose #472526

Tints of Bulgarian Rose #472526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

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

R = 48.63%
G = 25.34%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#472526 (or 0x472526) is known color: Bulgarian Rose. HEX triplet: 47, 25 and 26. RGB value is (71,37,38). Sum of RGB (Red+Green+Blue) = 71+37+38=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #472526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472526 is #B8DAD9. Grayscale: #2F2F2F. Windows color (decimal): -12114650 or 2499911. OLE color: 2499911.

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

Color convert

RGB 71 37 38 -
CMYK 0 0.48 0.46 0.72
HSL 358.24º 0.31% 0.21% -
HSV(B) 358.24º 0.48% 0.28% -
XYZ 3.61 2.8 2.18 -
YUV 47.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 71 37 38 0 0.48 0.46 0.72 358.24 0.31 0.21
Hex 47 25 26 0 30 2E 48 166 1F 15
Octal 107 45 46 0 60 56 110 546 37 25
Binary 1000111 100101 100110 0 110000 101110 1001000 101100110 11111 10101

Color Harmonies of #472526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472526

Black with #472526

Text Example


Text Example

White with #472526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472526; }

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

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

background-color css

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

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

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

border-color css

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

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

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