Html Css Color HEX #47262A Bulgarian Rose

📋 copy color: '#47262A'

red 71 ◦ green 38 ◦ blue 42

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

Shades of Bulgarian Rose #47262A

Tints of Bulgarian Rose #47262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.81%

R = 47.02%
G = 25.17%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47262A (or 0x47262A) is known color: Bulgarian Rose. HEX triplet: 47, 26 and 2A. RGB value is (71,38,42). Sum of RGB (Red+Green+Blue) = 71+38+42=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47262A is #B8D9D5. Grayscale: #303030. Windows color (decimal): -12114390 or 2762311. OLE color: 2762311.

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

Color convert

RGB 71 38 42 -
CMYK 0 0.46 0.41 0.72
HSL 352.73º 0.3% 0.21% -
HSV(B) 352.73º 0.46% 0.28% -
XYZ 3.71 2.89 2.55 -
YUV 48.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 71 38 42 0 0.46 0.41 0.72 352.73 0.3 0.21
Hex 47 26 2A 0 2E 29 48 161 1E 15
Octal 107 46 52 0 56 51 110 541 36 25
Binary 1000111 100110 101010 0 101110 101001 1001000 101100001 11110 10101

Color Harmonies of #47262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47262A

Black with #47262A

Text Example


Text Example

White with #47262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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