Html Css Color HEX #BD658A Tapestry

📋 copy color: '#BD658A'

red 189 ◦ green 101 ◦ blue 138

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

Shades of Tapestry #BD658A

Tints of Tapestry #BD658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

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

R = 44.16%
G = 23.6%
B = 32.24%

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

#BD658A (or 0xBD658A) is known color: Tapestry. HEX triplet: BD, 65 and 8A. RGB value is (189,101,138). Sum of RGB (Red+Green+Blue) = 189+101+138=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD658A is #429A75. Grayscale: #838383. Windows color (decimal): -4364918 or 9070013. OLE color: 9070013.

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

Color convert

RGB 189 101 138 -
CMYK 0 0.47 0.27 0.26
HSL 334.77º 0.4% 0.57% -
HSV(B) 334.77º 0.47% 0.74% -
XYZ 30.23 21.96 26.69 -
YUV 131.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 189 101 138 0 0.47 0.27 0.26 334.77 0.4 0.57
Hex BD 65 8A 0 2F 1B 1A 14F 28 39
Octal 275 145 212 0 57 33 32 517 50 71
Binary 10111101 1100101 10001010 0 101111 11011 11010 101001111 101000 111001

Color Harmonies of #BD658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD658A

Black with #BD658A

Text Example


Text Example

White with #BD658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD658A; }

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

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

background-color css

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

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

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

border-color css

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

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

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