Html Css Color HEX #B4697C Tapestry

📋 copy color: '#B4697C'

red 180 ◦ green 105 ◦ blue 124

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

Shades of Tapestry #B4697C

Tints of Tapestry #B4697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 44.01%
G = 25.67%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4697C (or 0xB4697C) is known color: Tapestry. HEX triplet: B4, 69 and 7C. RGB value is (180,105,124). Sum of RGB (Red+Green+Blue) = 180+105+124=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4697C is #4B9683. Grayscale: #818181. Windows color (decimal): -4953732 or 8153524. OLE color: 8153524.

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

Color convert

RGB 180 105 124 -
CMYK 0 0.42 0.31 0.29
HSL 344.8º 0.33% 0.56% -
HSV(B) 344.8º 0.42% 0.71% -
XYZ 27.51 21.26 21.72 -
YUV 129.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 180 105 124 0 0.42 0.31 0.29 344.8 0.33 0.56
Hex B4 69 7C 0 2A 1F 1D 159 21 38
Octal 264 151 174 0 52 37 35 531 41 70
Binary 10110100 1101001 1111100 0 101010 11111 11101 101011001 100001 111000

Color Harmonies of #B4697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4697C

Black with #B4697C

Text Example


Text Example

White with #B4697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4697C; }

 p { color: rgb(180,105,124); }

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

background-color css

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

 a { background-color: rgb(180,105,124); }

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

border-color css

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

 span { border-color: rgb(180,105,124); }

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