Html Css Color HEX #47262B Bulgarian Rose

📋 copy color: '#47262B'

red 71 ◦ green 38 ◦ blue 43

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

Shades of Bulgarian Rose #47262B

Tints of Bulgarian Rose #47262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 46.71%
G = 25%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47262B (or 0x47262B) is known color: Bulgarian Rose. HEX triplet: 47, 26 and 2B. RGB value is (71,38,43). Sum of RGB (Red+Green+Blue) = 71+38+43=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47262B is #B8D9D4. Grayscale: #303030. Windows color (decimal): -12114389 or 2827847. OLE color: 2827847.

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

Color convert

RGB 71 38 43 -
CMYK 0 0.46 0.39 0.72
HSL 350.91º 0.3% 0.21% -
HSV(B) 350.91º 0.46% 0.28% -
XYZ 3.73 2.9 2.65 -
YUV 48.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 71 38 43 0 0.46 0.39 0.72 350.91 0.3 0.21
Hex 47 26 2B 0 2E 27 48 15F 1E 15
Octal 107 46 53 0 56 47 110 537 36 25
Binary 1000111 100110 101011 0 101110 100111 1001000 101011111 11110 10101

Color Harmonies of #47262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47262B

Black with #47262B

Text Example


Text Example

White with #47262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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