Html Css Color HEX #BD667A Tapestry

📋 copy color: '#BD667A'

red 189 ◦ green 102 ◦ blue 122

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

Shades of Tapestry #BD667A

Tints of Tapestry #BD667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 45.76%
G = 24.7%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD667A (or 0xBD667A) is known color: Tapestry. HEX triplet: BD, 66 and 7A. RGB value is (189,102,122). Sum of RGB (Red+Green+Blue) = 189+102+122=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD667A is #429985. Grayscale: #828282. Windows color (decimal): -4364678 or 8021693. OLE color: 8021693.

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

Color convert

RGB 189 102 122 -
CMYK 0 0.46 0.35 0.26
HSL 346.21º 0.4% 0.57% -
HSV(B) 346.21º 0.46% 0.74% -
XYZ 29.25 21.73 21.06 -
YUV 130.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 189 102 122 0 0.46 0.35 0.26 346.21 0.4 0.57
Hex BD 66 7A 0 2E 23 1A 15A 28 39
Octal 275 146 172 0 56 43 32 532 50 71
Binary 10111101 1100110 1111010 0 101110 100011 11010 101011010 101000 111001

Color Harmonies of #BD667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD667A

Black with #BD667A

Text Example


Text Example

White with #BD667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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