Html Css Color HEX #B06277 Tapestry

📋 copy color: '#B06277'

red 176 ◦ green 98 ◦ blue 119

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

Shades of Tapestry #B06277

Tints of Tapestry #B06277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.94%

 BLUE value IS 119 (46.88% from 255) = 30.28%

R = 44.78%
G = 24.94%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B06277 (or 0xB06277) is known color: Tapestry. HEX triplet: B0, 62 and 77. RGB value is (176,98,119). Sum of RGB (Red+Green+Blue) = 176+98+119=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06277 is #4F9D88. Grayscale: #7B7B7B. Windows color (decimal): -5217673 or 7824048. OLE color: 7824048.

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

Color convert

RGB 176 98 119 -
CMYK 0 0.44 0.32 0.31
HSL 343.85º 0.33% 0.54% -
HSV(B) 343.85º 0.44% 0.69% -
XYZ 25.6 19.3 19.83 -
YUV 123.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 176 98 119 0 0.44 0.32 0.31 343.85 0.33 0.54
Hex B0 62 77 0 2C 20 1F 158 21 36
Octal 260 142 167 0 54 40 37 530 41 66
Binary 10110000 1100010 1110111 0 101100 100000 11111 101011000 100001 110110

Color Harmonies of #B06277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06277

Black with #B06277

Text Example


Text Example

White with #B06277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06277; }

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

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

background-color css

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

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

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

border-color css

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

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

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