Html Css Color HEX #BD708A Tapestry

📋 copy color: '#BD708A'

red 189 ◦ green 112 ◦ blue 138

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

Shades of Tapestry #BD708A

Tints of Tapestry #BD708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

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

R = 43.05%
G = 25.51%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD708A (or 0xBD708A) is known color: Tapestry. HEX triplet: BD, 70 and 8A. RGB value is (189,112,138). Sum of RGB (Red+Green+Blue) = 189+112+138=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD708A is #428F75. Grayscale: #898989. Windows color (decimal): -4362102 or 9072829. OLE color: 9072829.

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

Color convert

RGB 189 112 138 -
CMYK 0 0.41 0.27 0.26
HSL 339.74º 0.37% 0.59% -
HSV(B) 339.74º 0.41% 0.74% -
XYZ 31.37 24.24 27.07 -
YUV 137.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 189 112 138 0 0.41 0.27 0.26 339.74 0.37 0.59
Hex BD 70 8A 0 29 1B 1A 154 25 3B
Octal 275 160 212 0 51 33 32 524 45 73
Binary 10111101 1110000 10001010 0 101001 11011 11010 101010100 100101 111011

Color Harmonies of #BD708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD708A

Black with #BD708A

Text Example


Text Example

White with #BD708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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