Html Css Color HEX #BD678A Tapestry

📋 copy color: '#BD678A'

red 189 ◦ green 103 ◦ blue 138

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

Shades of Tapestry #BD678A

Tints of Tapestry #BD678A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.95%

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 43.95%
G = 23.95%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD678A (or 0xBD678A) is known color: Tapestry. HEX triplet: BD, 67 and 8A. RGB value is (189,103,138). Sum of RGB (Red+Green+Blue) = 189+103+138=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD678A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD678A is #429875. Grayscale: #848484. Windows color (decimal): -4364406 or 9070525. OLE color: 9070525.

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

Color convert

RGB 189 103 138 -
CMYK 0 0.46 0.27 0.26
HSL 335.58º 0.39% 0.57% -
HSV(B) 335.58º 0.46% 0.74% -
XYZ 30.42 22.35 26.76 -
YUV 132.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 189 103 138 0 0.46 0.27 0.26 335.58 0.39 0.57
Hex BD 67 8A 0 2E 1B 1A 150 27 39
Octal 275 147 212 0 56 33 32 520 47 71
Binary 10111101 1100111 10001010 0 101110 11011 11010 101010000 100111 111001

Color Harmonies of #BD678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD678A

Black with #BD678A

Text Example


Text Example

White with #BD678A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD678A; }

 p { color: rgb(189,103,138); }

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

background-color css

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

 a { background-color: rgb(189,103,138); }

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

border-color css

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

 span { border-color: rgb(189,103,138); }

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