Html Css Color HEX #B07B90 Tapestry

📋 copy color: '#B07B90'

red 176 ◦ green 123 ◦ blue 144

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

Shades of Tapestry #B07B90

Tints of Tapestry #B07B90

RGB

 RED value IS 176 (69.14% from 255) = 39.73%

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

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

R = 39.73%
G = 27.77%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B07B90 (or 0xB07B90) is known color: Tapestry. HEX triplet: B0, 7B and 90. RGB value is (176,123,144). Sum of RGB (Red+Green+Blue) = 176+123+144=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B90 is #4F846F. Grayscale: #8D8D8D. Windows color (decimal): -5211248 or 9468848. OLE color: 9468848.

HSL color Cylindrical-coordinate representation of color #B07B90: hue angle of 336.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07B90 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 123 144 -
CMYK 0 0.30 0.18 0.31
HSL 336.23º 0.25% 0.59% -
HSV(B) 336.23º 0.3% 0.69% -
XYZ 30.02 25.41 29.71 -
YUV 141.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 176 123 144 0 0.30 0.18 0.31 336.23 0.25 0.59
Hex B0 7B 90 0 1E 12 1F 150 19 3B
Octal 260 173 220 0 36 22 37 520 31 73
Binary 10110000 1111011 10010000 0 11110 10010 11111 101010000 11001 111011

Color Harmonies of #B07B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B90

Black with #B07B90

Text Example


Text Example

White with #B07B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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