Html Css Color HEX #BD648A Tapestry

📋 copy color: '#BD648A'

red 189 ◦ green 100 ◦ blue 138

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

Shades of Tapestry #BD648A

Tints of Tapestry #BD648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 44.26%
G = 23.42%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD648A (or 0xBD648A) is known color: Tapestry. HEX triplet: BD, 64 and 8A. RGB value is (189,100,138). Sum of RGB (Red+Green+Blue) = 189+100+138=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD648A is #429B75. Grayscale: #828282. Windows color (decimal): -4365174 or 9069757. OLE color: 9069757.

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

Color convert

RGB 189 100 138 -
CMYK 0 0.47 0.27 0.26
HSL 334.38º 0.4% 0.57% -
HSV(B) 334.38º 0.47% 0.74% -
XYZ 30.13 21.77 26.66 -
YUV 130.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 189 100 138 0 0.47 0.27 0.26 334.38 0.4 0.57
Hex BD 64 8A 0 2F 1B 1A 14E 28 39
Octal 275 144 212 0 57 33 32 516 50 71
Binary 10111101 1100100 10001010 0 101111 11011 11010 101001110 101000 111001

Color Harmonies of #BD648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD648A

Black with #BD648A

Text Example


Text Example

White with #BD648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD648A; }

 p { color: rgb(189,100,138); }

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

background-color css

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

 a { background-color: rgb(189,100,138); }

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

border-color css

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

 span { border-color: rgb(189,100,138); }

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