Html Css Color HEX #B5677E Tapestry

📋 copy color: '#B5677E'

red 181 ◦ green 103 ◦ blue 126

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

Shades of Tapestry #B5677E

Tints of Tapestry #B5677E

RGB

 RED value IS 181 (71.09% from 255) = 44.15%

 GREEN value IS 103 (40.63% from 255) = 25.12%

 BLUE value IS 126 (49.61% from 255) = 30.73%

R = 44.15%
G = 25.12%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5677E (or 0xB5677E) is known color: Tapestry. HEX triplet: B5, 67 and 7E. RGB value is (181,103,126). Sum of RGB (Red+Green+Blue) = 181+103+126=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5677E is #4A9881. Grayscale: #808080. Windows color (decimal): -4888706 or 8284085. OLE color: 8284085.

HSL color Cylindrical-coordinate representation of color #B5677E: hue angle of 342.31º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5677E is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 103 126 -
CMYK 0 0.43 0.30 0.29
HSL 342.31º 0.35% 0.56% -
HSV(B) 342.31º 0.43% 0.71% -
XYZ 27.67 21.03 22.34 -
YUV 128.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 181 103 126 0 0.43 0.30 0.29 342.31 0.35 0.56
Hex B5 67 7E 0 2B 1E 1D 156 23 38
Octal 265 147 176 0 53 36 35 526 43 70
Binary 10110101 1100111 1111110 0 101011 11110 11101 101010110 100011 111000

Color Harmonies of #B5677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5677E

Black with #B5677E

Text Example


Text Example

White with #B5677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5677E; }

 p { color: rgb(181,103,126); }

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

background-color css

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

 a { background-color: rgb(181,103,126); }

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

border-color css

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

 span { border-color: rgb(181,103,126); }

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