Html Css Color HEX #B07F90 Tapestry

📋 copy color: '#B07F90'

red 176 ◦ green 127 ◦ blue 144

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

Shades of Tapestry #B07F90

Tints of Tapestry #B07F90

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

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

R = 39.37%
G = 28.41%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B07F90 (or 0xB07F90) is known color: Tapestry. HEX triplet: B0, 7F and 90. RGB value is (176,127,144). Sum of RGB (Red+Green+Blue) = 176+127+144=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F90 is #4F806F. Grayscale: #8F8F8F. Windows color (decimal): -5210224 or 9469872. OLE color: 9469872.

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

Color convert

RGB 176 127 144 -
CMYK 0 0.28 0.18 0.31
HSL 339.18º 0.24% 0.59% -
HSV(B) 339.18º 0.28% 0.69% -
XYZ 30.53 26.42 29.88 -
YUV 143.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 176 127 144 0 0.28 0.18 0.31 339.18 0.24 0.59
Hex B0 7F 90 0 1C 12 1F 153 18 3B
Octal 260 177 220 0 34 22 37 523 30 73
Binary 10110000 1111111 10010000 0 11100 10010 11111 101010011 11000 111011

Color Harmonies of #B07F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F90

Black with #B07F90

Text Example


Text Example

White with #B07F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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