Html Css Color HEX #B46E7B Tapestry

📋 copy color: '#B46E7B'

red 180 ◦ green 110 ◦ blue 123

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

Shades of Tapestry #B46E7B

Tints of Tapestry #B46E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 43.58%
G = 26.63%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B46E7B (or 0xB46E7B) is known color: Tapestry. HEX triplet: B4, 6E and 7B. RGB value is (180,110,123). Sum of RGB (Red+Green+Blue) = 180+110+123=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E7B is #4B9184. Grayscale: #848484. Windows color (decimal): -4952453 or 8089268. OLE color: 8089268.

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

Color convert

RGB 180 110 123 -
CMYK 0 0.39 0.32 0.29
HSL 348.86º 0.32% 0.57% -
HSV(B) 348.86º 0.39% 0.71% -
XYZ 27.97 22.29 21.57 -
YUV 132.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 180 110 123 0 0.39 0.32 0.29 348.86 0.32 0.57
Hex B4 6E 7B 0 27 20 1D 15D 20 39
Octal 264 156 173 0 47 40 35 535 40 71
Binary 10110100 1101110 1111011 0 100111 100000 11101 101011101 100000 111001

Color Harmonies of #B46E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46E7B

Black with #B46E7B

Text Example


Text Example

White with #B46E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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