Html Css Color HEX #B07481 Tapestry

📋 copy color: '#B07481'

red 176 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #B07481

Tints of Tapestry #B07481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.55%

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

R = 41.81%
G = 27.55%
B = 30.64%

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

#B07481 (or 0xB07481) is known color: Tapestry. HEX triplet: B0, 74 and 81. RGB value is (176,116,129). Sum of RGB (Red+Green+Blue) = 176+116+129=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B07481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07481 is #4F8B7E. Grayscale: #878787. Windows color (decimal): -5213055 or 8484016. OLE color: 8484016.

HSL color Cylindrical-coordinate representation of color #B07481: hue angle of 347º degrees, saturation: 0.28, 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 #B07481 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 129 -
CMYK 0 0.34 0.27 0.31
HSL 347º 0.28% 0.57% -
HSV(B) 347º 0.34% 0.69% -
XYZ 28.11 23.31 23.79 -
YUV 135.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 176 116 129 0 0.34 0.27 0.31 347 0.28 0.57
Hex B0 74 81 0 22 1B 1F 15B 1C 39
Octal 260 164 201 0 42 33 37 533 34 71
Binary 10110000 1110100 10000001 0 100010 11011 11111 101011011 11100 111001

Color Harmonies of #B07481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07481

Black with #B07481

Text Example


Text Example

White with #B07481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07481; }

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

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

background-color css

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

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

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

border-color css

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

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

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