Html Css Color HEX #BD7B90 Tapestry

📋 copy color: '#BD7B90'

red 189 ◦ green 123 ◦ blue 144

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

Shades of Tapestry #BD7B90

Tints of Tapestry #BD7B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 41.45%
G = 26.97%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD7B90 (or 0xBD7B90) is known color: Tapestry. HEX triplet: BD, 7B and 90. RGB value is (189,123,144). Sum of RGB (Red+Green+Blue) = 189+123+144=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7B90 is #42846F. Grayscale: #919191. Windows color (decimal): -4359280 or 9468861. OLE color: 9468861.

HSL color Cylindrical-coordinate representation of color #BD7B90: hue angle of 340.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7B90 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 123 144 -
CMYK 0 0.35 0.24 0.26
HSL 340.91º 0.33% 0.61% -
HSV(B) 340.91º 0.35% 0.74% -
XYZ 33.1 27 29.85 -
YUV 145.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 189 123 144 0 0.35 0.24 0.26 340.91 0.33 0.61
Hex BD 7B 90 0 23 18 1A 155 21 3D
Octal 275 173 220 0 43 30 32 525 41 75
Binary 10111101 1111011 10010000 0 100011 11000 11010 101010101 100001 111101

Color Harmonies of #BD7B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B90

Black with #BD7B90

Text Example


Text Example

White with #BD7B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B90; }

 p { color: rgb(189,123,144); }

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

background-color css

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

 a { background-color: rgb(189,123,144); }

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

border-color css

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

 span { border-color: rgb(189,123,144); }

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