Html Css Color HEX #B77483 Tapestry

📋 copy color: '#B77483'

red 183 ◦ green 116 ◦ blue 131

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

Shades of Tapestry #B77483

Tints of Tapestry #B77483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.98%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 42.56%
G = 26.98%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B77483 (or 0xB77483) is known color: Tapestry. HEX triplet: B7, 74 and 83. RGB value is (183,116,131). Sum of RGB (Red+Green+Blue) = 183+116+131=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B77483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77483 is #488B7C. Grayscale: #898989. Windows color (decimal): -4754301 or 8615095. OLE color: 8615095.

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

Color convert

RGB 183 116 131 -
CMYK 0 0.37 0.28 0.28
HSL 346.57º 0.32% 0.59% -
HSV(B) 346.57º 0.37% 0.72% -
XYZ 29.87 24.2 24.57 -
YUV 137.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 183 116 131 0 0.37 0.28 0.28 346.57 0.32 0.59
Hex B7 74 83 0 25 1C 1C 15B 20 3B
Octal 267 164 203 0 45 34 34 533 40 73
Binary 10110111 1110100 10000011 0 100101 11100 11100 101011011 100000 111011

Color Harmonies of #B77483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77483

Black with #B77483

Text Example


Text Example

White with #B77483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77483; }

 p { color: rgb(183,116,131); }

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

background-color css

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

 a { background-color: rgb(183,116,131); }

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

border-color css

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

 span { border-color: rgb(183,116,131); }

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