Html Css Color HEX #B48689 Tapestry

📋 copy color: '#B48689'

red 180 ◦ green 134 ◦ blue 137

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

Shades of Tapestry #B48689

Tints of Tapestry #B48689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.71%

 BLUE value IS 137 (53.91% from 255) = 30.38%

R = 39.91%
G = 29.71%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B48689 (or 0xB48689) is known color: Tapestry. HEX triplet: B4, 86 and 89. RGB value is (180,134,137). Sum of RGB (Red+Green+Blue) = 180+134+137=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B48689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48689 is #4B7976. Grayscale: #949494. Windows color (decimal): -4946295 or 9012916. OLE color: 9012916.

HSL color Cylindrical-coordinate representation of color #B48689: hue angle of 356.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48689 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 137 -
CMYK 0 0.26 0.24 0.29
HSL 356.09º 0.23% 0.62% -
HSV(B) 356.09º 0.26% 0.71% -
XYZ 31.86 28.56 27.5 -
YUV 148.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 180 134 137 0 0.26 0.24 0.29 356.09 0.23 0.62
Hex B4 86 89 0 1A 18 1D 164 17 3E
Octal 264 206 211 0 32 30 35 544 27 76
Binary 10110100 10000110 10001001 0 11010 11000 11101 101100100 10111 111110

Color Harmonies of #B48689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48689

Black with #B48689

Text Example


Text Example

White with #B48689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48689; }

 p { color: rgb(180,134,137); }

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

background-color css

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

 a { background-color: rgb(180,134,137); }

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

border-color css

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

 span { border-color: rgb(180,134,137); }

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