Html Css Color HEX #BD677A Tapestry

📋 copy color: '#BD677A'

red 189 ◦ green 103 ◦ blue 122

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

Shades of Tapestry #BD677A

Tints of Tapestry #BD677A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.47%

R = 45.65%
G = 24.88%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD677A (or 0xBD677A) is known color: Tapestry. HEX triplet: BD, 67 and 7A. RGB value is (189,103,122). Sum of RGB (Red+Green+Blue) = 189+103+122=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD677A is #429885. Grayscale: #828282. Windows color (decimal): -4364422 or 8021949. OLE color: 8021949.

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

Color convert

RGB 189 103 122 -
CMYK 0 0.46 0.35 0.26
HSL 346.74º 0.39% 0.57% -
HSV(B) 346.74º 0.46% 0.74% -
XYZ 29.35 21.92 21.1 -
YUV 130.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 189 103 122 0 0.46 0.35 0.26 346.74 0.39 0.57
Hex BD 67 7A 0 2E 23 1A 15B 27 39
Octal 275 147 172 0 56 43 32 533 47 71
Binary 10111101 1100111 1111010 0 101110 100011 11010 101011011 100111 111001

Color Harmonies of #BD677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD677A

Black with #BD677A

Text Example


Text Example

White with #BD677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD677A; }

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

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

background-color css

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

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

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

border-color css

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

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

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