Html Css Color HEX #B07B91 Tapestry

📋 copy color: '#B07B91'

red 176 ◦ green 123 ◦ blue 145

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

Shades of Tapestry #B07B91

Tints of Tapestry #B07B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.66%

R = 39.64%
G = 27.7%
B = 32.66%

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

#B07B91 (or 0xB07B91) is known color: Tapestry. HEX triplet: B0, 7B and 91. RGB value is (176,123,145). Sum of RGB (Red+Green+Blue) = 176+123+145=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B91 is #4F846E. Grayscale: #8D8D8D. Windows color (decimal): -5211247 or 9534384. OLE color: 9534384.

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

Color convert

RGB 176 123 145 -
CMYK 0 0.30 0.18 0.31
HSL 335.09º 0.25% 0.59% -
HSV(B) 335.09º 0.3% 0.69% -
XYZ 30.1 25.44 30.11 -
YUV 141.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 176 123 145 0 0.30 0.18 0.31 335.09 0.25 0.59
Hex B0 7B 91 0 1E 12 1F 14F 19 3B
Octal 260 173 221 0 36 22 37 517 31 73
Binary 10110000 1111011 10010001 0 11110 10010 11111 101001111 11001 111011

Color Harmonies of #B07B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B91

Black with #B07B91

Text Example


Text Example

White with #B07B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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