Html Css Color HEX #BD6975 Tapestry

📋 copy color: '#BD6975'

red 189 ◦ green 105 ◦ blue 117

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

Shades of Tapestry #BD6975

Tints of Tapestry #BD6975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 45.99%
G = 25.55%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD6975 (or 0xBD6975) is known color: Tapestry. HEX triplet: BD, 69 and 75. RGB value is (189,105,117). Sum of RGB (Red+Green+Blue) = 189+105+117=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6975 is #42968A. Grayscale: #838383. Windows color (decimal): -4363915 or 7694781. OLE color: 7694781.

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

Color convert

RGB 189 105 117 -
CMYK 0 0.44 0.38 0.26
HSL 351.43º 0.39% 0.58% -
HSV(B) 351.43º 0.44% 0.74% -
XYZ 29.25 22.21 19.57 -
YUV 131.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 189 105 117 0 0.44 0.38 0.26 351.43 0.39 0.58
Hex BD 69 75 0 2C 26 1A 15F 27 3A
Octal 275 151 165 0 54 46 32 537 47 72
Binary 10111101 1101001 1110101 0 101100 100110 11010 101011111 100111 111010

Color Harmonies of #BD6975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6975

Black with #BD6975

Text Example


Text Example

White with #BD6975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6975; }

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

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

background-color css

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

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

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

border-color css

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

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

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