Html Css Color HEX #BD7383 Tapestry

📋 copy color: '#BD7383'

red 189 ◦ green 115 ◦ blue 131

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

Shades of Tapestry #BD7383

Tints of Tapestry #BD7383

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.44%

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

R = 43.45%
G = 26.44%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD7383 (or 0xBD7383) is known color: Tapestry. HEX triplet: BD, 73 and 83. RGB value is (189,115,131). Sum of RGB (Red+Green+Blue) = 189+115+131=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7383 is #428C7C. Grayscale: #8A8A8A. Windows color (decimal): -4361341 or 8614845. OLE color: 8614845.

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

Color convert

RGB 189 115 131 -
CMYK 0 0.39 0.31 0.26
HSL 347.03º 0.36% 0.6% -
HSV(B) 347.03º 0.39% 0.74% -
XYZ 31.21 24.72 24.6 -
YUV 138.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 189 115 131 0 0.39 0.31 0.26 347.03 0.36 0.6
Hex BD 73 83 0 27 1F 1A 15B 24 3C
Octal 275 163 203 0 47 37 32 533 44 74
Binary 10111101 1110011 10000011 0 100111 11111 11010 101011011 100100 111100

Color Harmonies of #BD7383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7383

Black with #BD7383

Text Example


Text Example

White with #BD7383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7383; }

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

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

background-color css

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

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

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

border-color css

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

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

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