Html Css Color HEX #BD7283 Tapestry

📋 copy color: '#BD7283'

red 189 ◦ green 114 ◦ blue 131

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

Shades of Tapestry #BD7283

Tints of Tapestry #BD7283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 43.55%
G = 26.27%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD7283 (or 0xBD7283) is known color: Tapestry. HEX triplet: BD, 72 and 83. RGB value is (189,114,131). Sum of RGB (Red+Green+Blue) = 189+114+131=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7283 is #428D7C. Grayscale: #8A8A8A. Windows color (decimal): -4361597 or 8614589. OLE color: 8614589.

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

Color convert

RGB 189 114 131 -
CMYK 0 0.40 0.31 0.26
HSL 346.4º 0.36% 0.59% -
HSV(B) 346.4º 0.4% 0.74% -
XYZ 31.1 24.49 24.56 -
YUV 138.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 189 114 131 0 0.40 0.31 0.26 346.4 0.36 0.59
Hex BD 72 83 0 28 1F 1A 15A 24 3B
Octal 275 162 203 0 50 37 32 532 44 73
Binary 10111101 1110010 10000011 0 101000 11111 11010 101011010 100100 111011

Color Harmonies of #BD7283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7283

Black with #BD7283

Text Example


Text Example

White with #BD7283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7283; }

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

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

background-color css

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

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

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

border-color css

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

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

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