Html Css Color HEX #B07184 Tapestry

📋 copy color: '#B07184'

red 176 ◦ green 113 ◦ blue 132

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

Shades of Tapestry #B07184

Tints of Tapestry #B07184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.84%

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

R = 41.81%
G = 26.84%
B = 31.35%

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

#B07184 (or 0xB07184) is known color: Tapestry. HEX triplet: B0, 71 and 84. RGB value is (176,113,132). Sum of RGB (Red+Green+Blue) = 176+113+132=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B07184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07184 is #4F8E7B. Grayscale: #858585. Windows color (decimal): -5213820 or 8679856. OLE color: 8679856.

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

Color convert

RGB 176 113 132 -
CMYK 0 0.36 0.25 0.31
HSL 341.9º 0.29% 0.57% -
HSV(B) 341.9º 0.36% 0.69% -
XYZ 27.97 22.71 24.74 -
YUV 134 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 176 113 132 0 0.36 0.25 0.31 341.9 0.29 0.57
Hex B0 71 84 0 24 19 1F 156 1D 39
Octal 260 161 204 0 44 31 37 526 35 71
Binary 10110000 1110001 10000100 0 100100 11001 11111 101010110 11101 111001

Color Harmonies of #B07184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07184

Black with #B07184

Text Example


Text Example

White with #B07184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07184; }

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

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

background-color css

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

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

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

border-color css

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

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

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