Html Css Color HEX #B07081 Tapestry

📋 copy color: '#B07081'

red 176 ◦ green 112 ◦ blue 129

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

Shades of Tapestry #B07081

Tints of Tapestry #B07081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 42.21%
G = 26.86%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B07081 (or 0xB07081) is known color: Tapestry. HEX triplet: B0, 70 and 81. RGB value is (176,112,129). Sum of RGB (Red+Green+Blue) = 176+112+129=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B07081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07081 is #4F8F7E. Grayscale: #858585. Windows color (decimal): -5214079 or 8482992. OLE color: 8482992.

HSL color Cylindrical-coordinate representation of color #B07081: hue angle of 344.06º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07081 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 129 -
CMYK 0 0.36 0.27 0.31
HSL 344.06º 0.29% 0.56% -
HSV(B) 344.06º 0.36% 0.69% -
XYZ 27.66 22.4 23.64 -
YUV 133.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 176 112 129 0 0.36 0.27 0.31 344.06 0.29 0.56
Hex B0 70 81 0 24 1B 1F 158 1D 38
Octal 260 160 201 0 44 33 37 530 35 70
Binary 10110000 1110000 10000001 0 100100 11011 11111 101011000 11101 111000

Color Harmonies of #B07081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07081

Black with #B07081

Text Example


Text Example

White with #B07081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07081; }

 p { color: rgb(176,112,129); }

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

background-color css

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

 a { background-color: rgb(176,112,129); }

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

border-color css

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

 span { border-color: rgb(176,112,129); }

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