Html Css Color HEX #BD757B Tapestry

📋 copy color: '#BD757B'

red 189 ◦ green 117 ◦ blue 123

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

Shades of Tapestry #BD757B

Tints of Tapestry #BD757B

RGB

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

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

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

R = 44.06%
G = 27.27%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD757B (or 0xBD757B) is known color: Tapestry. HEX triplet: BD, 75 and 7B. RGB value is (189,117,123). Sum of RGB (Red+Green+Blue) = 189+117+123=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD757B is #428A84. Grayscale: #8B8B8B. Windows color (decimal): -4360837 or 8091069. OLE color: 8091069.

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

Color convert

RGB 189 117 123 -
CMYK 0 0.38 0.35 0.26
HSL 355º 0.35% 0.6% -
HSV(B) 355º 0.38% 0.74% -
XYZ 30.92 24.97 21.93 -
YUV 139.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 189 117 123 0 0.38 0.35 0.26 355 0.35 0.6
Hex BD 75 7B 0 26 23 1A 163 23 3C
Octal 275 165 173 0 46 43 32 543 43 74
Binary 10111101 1110101 1111011 0 100110 100011 11010 101100011 100011 111100

Color Harmonies of #BD757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD757B

Black with #BD757B

Text Example


Text Example

White with #BD757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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