Html Css Color HEX #B35F8A Tapestry

📋 copy color: '#B35F8A'

red 179 ◦ green 95 ◦ blue 138

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

Shades of Tapestry #B35F8A

Tints of Tapestry #B35F8A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 43.45%
G = 23.06%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B35F8A (or 0xB35F8A) is known color: Tapestry. HEX triplet: B3, 5F and 8A. RGB value is (179,95,138). Sum of RGB (Red+Green+Blue) = 179+95+138=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35F8A is #4CA075. Grayscale: #7C7C7C. Windows color (decimal): -5021814 or 9068467. OLE color: 9068467.

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

Color convert

RGB 179 95 138 -
CMYK 0 0.47 0.23 0.30
HSL 329.29º 0.36% 0.54% -
HSV(B) 329.29º 0.47% 0.7% -
XYZ 27.27 19.6 26.39 -
YUV 125.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 179 95 138 0 0.47 0.23 0.30 329.29 0.36 0.54
Hex B3 5F 8A 0 2F 17 1E 149 24 36
Octal 263 137 212 0 57 27 36 511 44 66
Binary 10110011 1011111 10001010 0 101111 10111 11110 101001001 100100 110110

Color Harmonies of #B35F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35F8A

Black with #B35F8A

Text Example


Text Example

White with #B35F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35F8A; }

 p { color: rgb(179,95,138); }

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

background-color css

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

 a { background-color: rgb(179,95,138); }

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

border-color css

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

 span { border-color: rgb(179,95,138); }

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