Html Css Color HEX #BD758A Tapestry

📋 copy color: '#BD758A'

red 189 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #BD758A

Tints of Tapestry #BD758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 42.57%
G = 26.35%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD758A (or 0xBD758A) is known color: Tapestry. HEX triplet: BD, 75 and 8A. RGB value is (189,117,138). Sum of RGB (Red+Green+Blue) = 189+117+138=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD758A is #428A75. Grayscale: #8C8C8C. Windows color (decimal): -4360822 or 9074109. OLE color: 9074109.

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

Color convert

RGB 189 117 138 -
CMYK 0 0.38 0.27 0.26
HSL 342.5º 0.35% 0.6% -
HSV(B) 342.5º 0.38% 0.74% -
XYZ 31.94 25.38 27.26 -
YUV 140.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 189 117 138 0 0.38 0.27 0.26 342.5 0.35 0.6
Hex BD 75 8A 0 26 1B 1A 156 23 3C
Octal 275 165 212 0 46 33 32 526 43 74
Binary 10111101 1110101 10001010 0 100110 11011 11010 101010110 100011 111100

Color Harmonies of #BD758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD758A

Black with #BD758A

Text Example


Text Example

White with #BD758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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