Html Css Color HEX #B5667D Tapestry

📋 copy color: '#B5667D'

red 181 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #B5667D

Tints of Tapestry #B5667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 44.36%
G = 25%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5667D (or 0xB5667D) is known color: Tapestry. HEX triplet: B5, 66 and 7D. RGB value is (181,102,125). Sum of RGB (Red+Green+Blue) = 181+102+125=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5667D is #4A9982. Grayscale: #808080. Windows color (decimal): -4888963 or 8218293. OLE color: 8218293.

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

Color convert

RGB 181 102 125 -
CMYK 0 0.44 0.31 0.29
HSL 342.53º 0.35% 0.55% -
HSV(B) 342.53º 0.44% 0.71% -
XYZ 27.51 20.81 21.97 -
YUV 128.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 181 102 125 0 0.44 0.31 0.29 342.53 0.35 0.55
Hex B5 66 7D 0 2C 1F 1D 157 23 37
Octal 265 146 175 0 54 37 35 527 43 67
Binary 10110101 1100110 1111101 0 101100 11111 11101 101010111 100011 110111

Color Harmonies of #B5667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5667D

Black with #B5667D

Text Example


Text Example

White with #B5667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5667D; }

 p { color: rgb(181,102,125); }

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

background-color css

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

 a { background-color: rgb(181,102,125); }

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

border-color css

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

 span { border-color: rgb(181,102,125); }

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