Html Css Color HEX #BD677D Tapestry

📋 copy color: '#BD677D'

red 189 ◦ green 103 ◦ blue 125

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

Shades of Tapestry #BD677D

Tints of Tapestry #BD677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.7%

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

R = 45.32%
G = 24.7%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD677D (or 0xBD677D) is known color: Tapestry. HEX triplet: BD, 67 and 7D. RGB value is (189,103,125). Sum of RGB (Red+Green+Blue) = 189+103+125=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD677D is #429882. Grayscale: #838383. Windows color (decimal): -4364419 or 8218557. OLE color: 8218557.

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

Color convert

RGB 189 103 125 -
CMYK 0 0.46 0.34 0.26
HSL 344.65º 0.39% 0.57% -
HSV(B) 344.65º 0.46% 0.74% -
XYZ 29.54 22 22.09 -
YUV 131.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 189 103 125 0 0.46 0.34 0.26 344.65 0.39 0.57
Hex BD 67 7D 0 2E 22 1A 159 27 39
Octal 275 147 175 0 56 42 32 531 47 71
Binary 10111101 1100111 1111101 0 101110 100010 11010 101011001 100111 111001

Color Harmonies of #BD677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD677D

Black with #BD677D

Text Example


Text Example

White with #BD677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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