Html Css Color HEX #47282B Bulgarian Rose

📋 copy color: '#47282B'

red 71 ◦ green 40 ◦ blue 43

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

Shades of Bulgarian Rose #47282B

Tints of Bulgarian Rose #47282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.97%

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

R = 46.1%
G = 25.97%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47282B (or 0x47282B) is known color: Bulgarian Rose. HEX triplet: 47, 28 and 2B. RGB value is (71,40,43). Sum of RGB (Red+Green+Blue) = 71+40+43=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47282B is #B8D7D4. Grayscale: #313131. Windows color (decimal): -12113877 or 2828359. OLE color: 2828359.

HSL color Cylindrical-coordinate representation of color #47282B: hue angle of 354.19º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47282B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 40 43 -
CMYK 0 0.44 0.39 0.72
HSL 354.19º 0.28% 0.22% -
HSV(B) 354.19º 0.44% 0.28% -
XYZ 3.79 3.03 2.67 -
YUV 49.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 71 40 43 0 0.44 0.39 0.72 354.19 0.28 0.22
Hex 47 28 2B 0 2C 27 48 162 1C 16
Octal 107 50 53 0 54 47 110 542 34 26
Binary 1000111 101000 101011 0 101100 100111 1001000 101100010 11100 10110

Color Harmonies of #47282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47282B

Black with #47282B

Text Example


Text Example

White with #47282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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