Html Css Color HEX #B35D83 Tapestry

📋 copy color: '#B35D83'

red 179 ◦ green 93 ◦ blue 131

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

Shades of Tapestry #B35D83

Tints of Tapestry #B35D83

RGB

 RED value IS 179 (70.31% from 255) = 44.42%

 GREEN value IS 93 (36.72% from 255) = 23.08%

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

R = 44.42%
G = 23.08%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B35D83 (or 0xB35D83) is known color: Tapestry. HEX triplet: B3, 5D and 83. RGB value is (179,93,131). Sum of RGB (Red+Green+Blue) = 179+93+131=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D83 is #4CA27C. Grayscale: #7A7A7A. Windows color (decimal): -5022333 or 8609203. OLE color: 8609203.

HSL color Cylindrical-coordinate representation of color #B35D83: hue angle of 333.49º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35D83 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 93 131 -
CMYK 0 0.48 0.27 0.30
HSL 333.49º 0.36% 0.53% -
HSV(B) 333.49º 0.48% 0.7% -
XYZ 26.6 19.05 23.75 -
YUV 123.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 179 93 131 0 0.48 0.27 0.30 333.49 0.36 0.53
Hex B3 5D 83 0 30 1B 1E 14D 24 35
Octal 263 135 203 0 60 33 36 515 44 65
Binary 10110011 1011101 10000011 0 110000 11011 11110 101001101 100100 110101

Color Harmonies of #B35D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D83

Black with #B35D83

Text Example


Text Example

White with #B35D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D83; }

 p { color: rgb(179,93,131); }

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

background-color css

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

 a { background-color: rgb(179,93,131); }

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

border-color css

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

 span { border-color: rgb(179,93,131); }

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