Html Css Color HEX #B77782 Tapestry

📋 copy color: '#B77782'

red 183 ◦ green 119 ◦ blue 130

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

Shades of Tapestry #B77782

Tints of Tapestry #B77782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.55%

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 42.36%
G = 27.55%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B77782 (or 0xB77782) is known color: Tapestry. HEX triplet: B7, 77 and 82. RGB value is (183,119,130). Sum of RGB (Red+Green+Blue) = 183+119+130=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B77782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77782 is #48887D. Grayscale: #8B8B8B. Windows color (decimal): -4753534 or 8550327. OLE color: 8550327.

HSL color Cylindrical-coordinate representation of color #B77782: hue angle of 349.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B77782 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 119 130 -
CMYK 0 0.35 0.29 0.28
HSL 349.69º 0.31% 0.59% -
HSV(B) 349.69º 0.35% 0.72% -
XYZ 30.15 24.87 24.33 -
YUV 139.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 183 119 130 0 0.35 0.29 0.28 349.69 0.31 0.59
Hex B7 77 82 0 23 1D 1C 15E 1F 3B
Octal 267 167 202 0 43 35 34 536 37 73
Binary 10110111 1110111 10000010 0 100011 11101 11100 101011110 11111 111011

Color Harmonies of #B77782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77782

Black with #B77782

Text Example


Text Example

White with #B77782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77782; }

 p { color: rgb(183,119,130); }

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

background-color css

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

 a { background-color: rgb(183,119,130); }

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

border-color css

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

 span { border-color: rgb(183,119,130); }

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