Html Css Color HEX #B07581 Tapestry

📋 copy color: '#B07581'

red 176 ◦ green 117 ◦ blue 129

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

Shades of Tapestry #B07581

Tints of Tapestry #B07581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

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

R = 41.71%
G = 27.73%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B07581 (or 0xB07581) is known color: Tapestry. HEX triplet: B0, 75 and 81. RGB value is (176,117,129). Sum of RGB (Red+Green+Blue) = 176+117+129=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B07581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07581 is #4F8A7E. Grayscale: #888888. Windows color (decimal): -5212799 or 8484272. OLE color: 8484272.

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

Color convert

RGB 176 117 129 -
CMYK 0 0.34 0.27 0.31
HSL 347.8º 0.27% 0.57% -
HSV(B) 347.8º 0.34% 0.69% -
XYZ 28.23 23.54 23.82 -
YUV 136.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 176 117 129 0 0.34 0.27 0.31 347.8 0.27 0.57
Hex B0 75 81 0 22 1B 1F 15C 1B 39
Octal 260 165 201 0 42 33 37 534 33 71
Binary 10110000 1110101 10000001 0 100010 11011 11111 101011100 11011 111001

Color Harmonies of #B07581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07581

Black with #B07581

Text Example


Text Example

White with #B07581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07581; }

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

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

background-color css

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

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

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

border-color css

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

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

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