Html Css Color HEX #BD7081 Tapestry

📋 copy color: '#BD7081'

red 189 ◦ green 112 ◦ blue 129

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

Shades of Tapestry #BD7081

Tints of Tapestry #BD7081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.05%

 BLUE value IS 129 (50.78% from 255) = 30%

R = 43.95%
G = 26.05%
B = 30%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD7081 (or 0xBD7081) is known color: Tapestry. HEX triplet: BD, 70 and 81. RGB value is (189,112,129). Sum of RGB (Red+Green+Blue) = 189+112+129=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7081 is #428F7E. Grayscale: #888888. Windows color (decimal): -4362111 or 8483005. OLE color: 8483005.

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

Color convert

RGB 189 112 129 -
CMYK 0 0.41 0.32 0.26
HSL 346.75º 0.37% 0.59% -
HSV(B) 346.75º 0.41% 0.74% -
XYZ 30.74 23.99 23.78 -
YUV 136.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 189 112 129 0 0.41 0.32 0.26 346.75 0.37 0.59
Hex BD 70 81 0 29 20 1A 15B 25 3B
Octal 275 160 201 0 51 40 32 533 45 73
Binary 10111101 1110000 10000001 0 101001 100000 11010 101011011 100101 111011

Color Harmonies of #BD7081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7081

Black with #BD7081

Text Example


Text Example

White with #BD7081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7081; }

 p { color: rgb(189,112,129); }

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

background-color css

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

 a { background-color: rgb(189,112,129); }

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

border-color css

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

 span { border-color: rgb(189,112,129); }

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