Html Css Color HEX #B4697E Tapestry

📋 copy color: '#B4697E'

red 180 ◦ green 105 ◦ blue 126

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

Shades of Tapestry #B4697E

Tints of Tapestry #B4697E

RGB

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

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

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

R = 43.8%
G = 25.55%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B4697E (or 0xB4697E) is known color: Tapestry. HEX triplet: B4, 69 and 7E. RGB value is (180,105,126). Sum of RGB (Red+Green+Blue) = 180+105+126=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4697E is #4B9681. Grayscale: #818181. Windows color (decimal): -4953730 or 8284596. OLE color: 8284596.

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

Color convert

RGB 180 105 126 -
CMYK 0 0.42 0.3 0.29
HSL 343.2º 0.33% 0.56% -
HSV(B) 343.2º 0.42% 0.71% -
XYZ 27.64 21.31 22.4 -
YUV 129.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 180 105 126 0 0.42 0.3 0.29 343.2 0.33 0.56
Hex B4 69 7E 0 2A 1E 1D 157 21 38
Octal 264 151 176 0 52 36 35 527 41 70
Binary 10110100 1101001 1111110 0 101010 11110 11101 101010111 100001 111000

Color Harmonies of #B4697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4697E

Black with #B4697E

Text Example


Text Example

White with #B4697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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