Html Css Color HEX #B46679 Tapestry

📋 copy color: '#B46679'

red 180 ◦ green 102 ◦ blue 121

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

Shades of Tapestry #B46679

Tints of Tapestry #B46679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 44.67%
G = 25.31%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B46679 (or 0xB46679) is known color: Tapestry. HEX triplet: B4, 66 and 79. RGB value is (180,102,121). Sum of RGB (Red+Green+Blue) = 180+102+121=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B46679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46679 is #4B9986. Grayscale: #7F7F7F. Windows color (decimal): -4954503 or 7956148. OLE color: 7956148.

HSL color Cylindrical-coordinate representation of color #B46679: hue angle of 345.38º 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 #B46679 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 121 -
CMYK 0 0.43 0.33 0.29
HSL 345.38º 0.34% 0.55% -
HSV(B) 345.38º 0.43% 0.71% -
XYZ 27.02 20.59 20.64 -
YUV 127.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 180 102 121 0 0.43 0.33 0.29 345.38 0.34 0.55
Hex B4 66 79 0 2B 21 1D 159 22 37
Octal 264 146 171 0 53 41 35 531 42 67
Binary 10110100 1100110 1111001 0 101011 100001 11101 101011001 100010 110111

Color Harmonies of #B46679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46679

Black with #B46679

Text Example


Text Example

White with #B46679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46679; }

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

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

background-color css

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

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

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

border-color css

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

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

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