Html Css Color HEX #BD747D Tapestry

📋 copy color: '#BD747D'

red 189 ◦ green 116 ◦ blue 125

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

Shades of Tapestry #BD747D

Tints of Tapestry #BD747D

RGB

 RED value IS 189 (74.22% from 255) = 43.95%

 GREEN value IS 116 (45.7% from 255) = 26.98%

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 43.95%
G = 26.98%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD747D (or 0xBD747D) is known color: Tapestry. HEX triplet: BD, 74 and 7D. RGB value is (189,116,125). Sum of RGB (Red+Green+Blue) = 189+116+125=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD747D is #428B82. Grayscale: #8A8A8A. Windows color (decimal): -4361091 or 8221885. OLE color: 8221885.

HSL color Cylindrical-coordinate representation of color #BD747D: hue angle of 352.6º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD747D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 125 -
CMYK 0 0.39 0.34 0.26
HSL 352.6º 0.36% 0.6% -
HSV(B) 352.6º 0.39% 0.74% -
XYZ 30.93 24.79 22.56 -
YUV 138.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 189 116 125 0 0.39 0.34 0.26 352.6 0.36 0.6
Hex BD 74 7D 0 27 22 1A 161 24 3C
Octal 275 164 175 0 47 42 32 541 44 74
Binary 10111101 1110100 1111101 0 100111 100010 11010 101100001 100100 111100

Color Harmonies of #BD747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD747D

Black with #BD747D

Text Example


Text Example

White with #BD747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD747D; }

 p { color: rgb(189,116,125); }

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

background-color css

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

 a { background-color: rgb(189,116,125); }

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

border-color css

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

 span { border-color: rgb(189,116,125); }

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