Html Css Color HEX #B46E7D Tapestry

📋 copy color: '#B46E7D'

red 180 ◦ green 110 ◦ blue 125

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

Shades of Tapestry #B46E7D

Tints of Tapestry #B46E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.51%

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

R = 43.37%
G = 26.51%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B46E7D (or 0xB46E7D) is known color: Tapestry. HEX triplet: B4, 6E and 7D. RGB value is (180,110,125). Sum of RGB (Red+Green+Blue) = 180+110+125=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E7D is #4B9182. Grayscale: #848484. Windows color (decimal): -4952451 or 8220340. OLE color: 8220340.

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

Color convert

RGB 180 110 125 -
CMYK 0 0.39 0.31 0.29
HSL 347.14º 0.32% 0.57% -
HSV(B) 347.14º 0.39% 0.71% -
XYZ 28.1 22.34 22.23 -
YUV 132.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 180 110 125 0 0.39 0.31 0.29 347.14 0.32 0.57
Hex B4 6E 7D 0 27 1F 1D 15B 20 39
Octal 264 156 175 0 47 37 35 533 40 71
Binary 10110100 1101110 1111101 0 100111 11111 11101 101011011 100000 111001

Color Harmonies of #B46E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46E7D

Black with #B46E7D

Text Example


Text Example

White with #B46E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46E7D; }

 p { color: rgb(180,110,125); }

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

background-color css

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

 a { background-color: rgb(180,110,125); }

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

border-color css

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

 span { border-color: rgb(180,110,125); }

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