Html Css Color HEX #B07781 Tapestry

📋 copy color: '#B07781'

red 176 ◦ green 119 ◦ blue 129

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

Shades of Tapestry #B07781

Tints of Tapestry #B07781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.07%

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

R = 41.51%
G = 28.07%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B07781 (or 0xB07781) is known color: Tapestry. HEX triplet: B0, 77 and 81. RGB value is (176,119,129). Sum of RGB (Red+Green+Blue) = 176+119+129=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07781 is #4F887E. Grayscale: #898989. Windows color (decimal): -5212287 or 8484784. OLE color: 8484784.

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

Color convert

RGB 176 119 129 -
CMYK 0 0.32 0.27 0.31
HSL 349.47º 0.27% 0.58% -
HSV(B) 349.47º 0.32% 0.69% -
XYZ 28.46 24.01 23.9 -
YUV 137.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 176 119 129 0 0.32 0.27 0.31 349.47 0.27 0.58
Hex B0 77 81 0 20 1B 1F 15D 1B 3A
Octal 260 167 201 0 40 33 37 535 33 72
Binary 10110000 1110111 10000001 0 100000 11011 11111 101011101 11011 111010

Color Harmonies of #B07781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07781

Black with #B07781

Text Example


Text Example

White with #B07781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07781; }

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

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

background-color css

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

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

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

border-color css

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

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

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