Html Css Color HEX #BD6375 Tapestry

📋 copy color: '#BD6375'

red 189 ◦ green 99 ◦ blue 117

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

Shades of Tapestry #BD6375

Tints of Tapestry #BD6375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.44%

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

R = 46.67%
G = 24.44%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD6375 (or 0xBD6375) is known color: Tapestry. HEX triplet: BD, 63 and 75. RGB value is (189,99,117). Sum of RGB (Red+Green+Blue) = 189+99+117=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6375 is #429C8A. Grayscale: #7F7F7F. Windows color (decimal): -4365451 or 7693245. OLE color: 7693245.

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

Color convert

RGB 189 99 117 -
CMYK 0 0.48 0.38 0.26
HSL 348º 0.41% 0.56% -
HSV(B) 348º 0.48% 0.74% -
XYZ 28.66 21.03 19.38 -
YUV 127.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 189 99 117 0 0.48 0.38 0.26 348 0.41 0.56
Hex BD 63 75 0 30 26 1A 15C 29 38
Octal 275 143 165 0 60 46 32 534 51 70
Binary 10111101 1100011 1110101 0 110000 100110 11010 101011100 101001 111000

Color Harmonies of #BD6375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6375

Black with #BD6375

Text Example


Text Example

White with #BD6375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6375; }

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

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

background-color css

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

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

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

border-color css

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

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

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