Html Css Color HEX #BD667D Tapestry

📋 copy color: '#BD667D'

red 189 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #BD667D

Tints of Tapestry #BD667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

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

R = 45.43%
G = 24.52%
B = 30.05%

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

#BD667D (or 0xBD667D) is known color: Tapestry. HEX triplet: BD, 66 and 7D. RGB value is (189,102,125). Sum of RGB (Red+Green+Blue) = 189+102+125=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD667D is #429982. Grayscale: #828282. Windows color (decimal): -4364675 or 8218301. OLE color: 8218301.

HSL color Cylindrical-coordinate representation of color #BD667D: hue angle of 344.14º degrees, saturation: 0.4, 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 #BD667D is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 102 125 -
CMYK 0 0.46 0.34 0.26
HSL 344.14º 0.4% 0.57% -
HSV(B) 344.14º 0.46% 0.74% -
XYZ 29.44 21.8 22.06 -
YUV 130.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 189 102 125 0 0.46 0.34 0.26 344.14 0.4 0.57
Hex BD 66 7D 0 2E 22 1A 158 28 39
Octal 275 146 175 0 56 42 32 530 50 71
Binary 10111101 1100110 1111101 0 101110 100010 11010 101011000 101000 111001

Color Harmonies of #BD667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD667D

Black with #BD667D

Text Example


Text Example

White with #BD667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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