Html Css Color HEX #B76F7B Tapestry

📋 copy color: '#B76F7B'

red 183 ◦ green 111 ◦ blue 123

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

Shades of Tapestry #B76F7B

Tints of Tapestry #B76F7B

RGB

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

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

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

R = 43.88%
G = 26.62%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B76F7B (or 0xB76F7B) is known color: Tapestry. HEX triplet: B7, 6F and 7B. RGB value is (183,111,123). Sum of RGB (Red+Green+Blue) = 183+111+123=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F7B is #489084. Grayscale: #858585. Windows color (decimal): -4755589 or 8089527. OLE color: 8089527.

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

Color convert

RGB 183 111 123 -
CMYK 0 0.39 0.33 0.28
HSL 350º 0.33% 0.58% -
HSV(B) 350º 0.39% 0.72% -
XYZ 28.79 22.87 21.64 -
YUV 133.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 183 111 123 0 0.39 0.33 0.28 350 0.33 0.58
Hex B7 6F 7B 0 27 21 1C 15E 21 3A
Octal 267 157 173 0 47 41 34 536 41 72
Binary 10110111 1101111 1111011 0 100111 100001 11100 101011110 100001 111010

Color Harmonies of #B76F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F7B

Black with #B76F7B

Text Example


Text Example

White with #B76F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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