Html Css Color HEX #BD707B Tapestry

📋 copy color: '#BD707B'

red 189 ◦ green 112 ◦ blue 123

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

Shades of Tapestry #BD707B

Tints of Tapestry #BD707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 44.58%
G = 26.42%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD707B (or 0xBD707B) is known color: Tapestry. HEX triplet: BD, 70 and 7B. RGB value is (189,112,123). Sum of RGB (Red+Green+Blue) = 189+112+123=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD707B is #428F84. Grayscale: #888888. Windows color (decimal): -4362117 or 8089789. OLE color: 8089789.

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

Color convert

RGB 189 112 123 -
CMYK 0 0.41 0.35 0.26
HSL 351.43º 0.37% 0.59% -
HSV(B) 351.43º 0.41% 0.74% -
XYZ 30.36 23.84 21.74 -
YUV 136.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 189 112 123 0 0.41 0.35 0.26 351.43 0.37 0.59
Hex BD 70 7B 0 29 23 1A 15F 25 3B
Octal 275 160 173 0 51 43 32 537 45 73
Binary 10111101 1110000 1111011 0 101001 100011 11010 101011111 100101 111011

Color Harmonies of #BD707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD707B

Black with #BD707B

Text Example


Text Example

White with #BD707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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