Html Css Color HEX #B4668C Tapestry

📋 copy color: '#B4668C'

red 180 ◦ green 102 ◦ blue 140

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

Shades of Tapestry #B4668C

Tints of Tapestry #B4668C

RGB

 RED value IS 180 (70.7% from 255) = 42.65%

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

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 42.65%
G = 24.17%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4668C (or 0xB4668C) is known color: Tapestry. HEX triplet: B4, 66 and 8C. RGB value is (180,102,140). Sum of RGB (Red+Green+Blue) = 180+102+140=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4668C is #4B9973. Grayscale: #818181. Windows color (decimal): -4954484 or 9201332. OLE color: 9201332.

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

Color convert

RGB 180 102 140 -
CMYK 0 0.43 0.22 0.29
HSL 330.77º 0.34% 0.55% -
HSV(B) 330.77º 0.43% 0.71% -
XYZ 28.31 21.1 27.39 -
YUV 129.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 180 102 140 0 0.43 0.22 0.29 330.77 0.34 0.55
Hex B4 66 8C 0 2B 16 1D 14B 22 37
Octal 264 146 214 0 53 26 35 513 42 67
Binary 10110100 1100110 10001100 0 101011 10110 11101 101001011 100010 110111

Color Harmonies of #B4668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4668C

Black with #B4668C

Text Example


Text Example

White with #B4668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4668C; }

 p { color: rgb(180,102,140); }

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

background-color css

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

 a { background-color: rgb(180,102,140); }

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

border-color css

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

 span { border-color: rgb(180,102,140); }

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