Html Css Color HEX #B07084 Tapestry

📋 copy color: '#B07084'

red 176 ◦ green 112 ◦ blue 132

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

Shades of Tapestry #B07084

Tints of Tapestry #B07084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.43%

R = 41.9%
G = 26.67%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B07084 (or 0xB07084) is known color: Tapestry. HEX triplet: B0, 70 and 84. RGB value is (176,112,132). Sum of RGB (Red+Green+Blue) = 176+112+132=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B07084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07084 is #4F8F7B. Grayscale: #858585. Windows color (decimal): -5214076 or 8679600. OLE color: 8679600.

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

Color convert

RGB 176 112 132 -
CMYK 0 0.36 0.25 0.31
HSL 341.25º 0.29% 0.56% -
HSV(B) 341.25º 0.36% 0.69% -
XYZ 27.86 22.48 24.7 -
YUV 133.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 176 112 132 0 0.36 0.25 0.31 341.25 0.29 0.56
Hex B0 70 84 0 24 19 1F 155 1D 38
Octal 260 160 204 0 44 31 37 525 35 70
Binary 10110000 1110000 10000100 0 100100 11001 11111 101010101 11101 111000

Color Harmonies of #B07084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07084

Black with #B07084

Text Example


Text Example

White with #B07084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07084; }

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

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

background-color css

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

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

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

border-color css

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

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

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