Html Css Color HEX #BD7385 Tapestry

📋 copy color: '#BD7385'

red 189 ◦ green 115 ◦ blue 133

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

Shades of Tapestry #BD7385

Tints of Tapestry #BD7385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.32%

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 43.25%
G = 26.32%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD7385 (or 0xBD7385) is known color: Tapestry. HEX triplet: BD, 73 and 85. RGB value is (189,115,133). Sum of RGB (Red+Green+Blue) = 189+115+133=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7385 is #428C7A. Grayscale: #8B8B8B. Windows color (decimal): -4361339 or 8745917. OLE color: 8745917.

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

Color convert

RGB 189 115 133 -
CMYK 0 0.39 0.30 0.26
HSL 345.41º 0.36% 0.6% -
HSV(B) 345.41º 0.39% 0.74% -
XYZ 31.35 24.77 25.32 -
YUV 139.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 189 115 133 0 0.39 0.30 0.26 345.41 0.36 0.6
Hex BD 73 85 0 27 1E 1A 159 24 3C
Octal 275 163 205 0 47 36 32 531 44 74
Binary 10111101 1110011 10000101 0 100111 11110 11010 101011001 100100 111100

Color Harmonies of #BD7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7385

Black with #BD7385

Text Example


Text Example

White with #BD7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7385; }

 p { color: rgb(189,115,133); }

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

background-color css

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

 a { background-color: rgb(189,115,133); }

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

border-color css

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

 span { border-color: rgb(189,115,133); }

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