Html Css Color HEX #BD7281 Tapestry

📋 copy color: '#BD7281'

red 189 ◦ green 114 ◦ blue 129

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

Shades of Tapestry #BD7281

Tints of Tapestry #BD7281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

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

R = 43.75%
G = 26.39%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD7281 (or 0xBD7281) is known color: Tapestry. HEX triplet: BD, 72 and 81. RGB value is (189,114,129). Sum of RGB (Red+Green+Blue) = 189+114+129=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7281 is #428D7E. Grayscale: #8A8A8A. Windows color (decimal): -4361599 or 8483517. OLE color: 8483517.

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

Color convert

RGB 189 114 129 -
CMYK 0 0.40 0.32 0.26
HSL 348º 0.36% 0.59% -
HSV(B) 348º 0.4% 0.74% -
XYZ 30.97 24.44 23.85 -
YUV 138.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 189 114 129 0 0.40 0.32 0.26 348 0.36 0.59
Hex BD 72 81 0 28 20 1A 15C 24 3B
Octal 275 162 201 0 50 40 32 534 44 73
Binary 10111101 1110010 10000001 0 101000 100000 11010 101011100 100100 111011

Color Harmonies of #BD7281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7281

Black with #BD7281

Text Example


Text Example

White with #BD7281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7281; }

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

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

background-color css

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

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

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

border-color css

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

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

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