Html Css Color HEX #B76F85 Tapestry

📋 copy color: '#B76F85'

red 183 ◦ green 111 ◦ blue 133

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

Shades of Tapestry #B76F85

Tints of Tapestry #B76F85

RGB

 RED value IS 183 (71.88% from 255) = 42.86%

 GREEN value IS 111 (43.75% from 255) = 26%

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 42.86%
G = 26%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B76F85 (or 0xB76F85) is known color: Tapestry. HEX triplet: B7, 6F and 85. RGB value is (183,111,133). Sum of RGB (Red+Green+Blue) = 183+111+133=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F85 is #48907A. Grayscale: #878787. Windows color (decimal): -4755579 or 8744887. OLE color: 8744887.

HSL color Cylindrical-coordinate representation of color #B76F85: hue angle of 341.67º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76F85 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 111 133 -
CMYK 0 0.39 0.27 0.28
HSL 341.67º 0.33% 0.58% -
HSV(B) 341.67º 0.39% 0.72% -
XYZ 29.45 23.13 25.1 -
YUV 135.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 183 111 133 0 0.39 0.27 0.28 341.67 0.33 0.58
Hex B7 6F 85 0 27 1B 1C 156 21 3A
Octal 267 157 205 0 47 33 34 526 41 72
Binary 10110111 1101111 10000101 0 100111 11011 11100 101010110 100001 111010

Color Harmonies of #B76F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F85

Black with #B76F85

Text Example


Text Example

White with #B76F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F85; }

 p { color: rgb(183,111,133); }

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

background-color css

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

 a { background-color: rgb(183,111,133); }

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

border-color css

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

 span { border-color: rgb(183,111,133); }

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