Html Css Color HEX #B35E7D Tapestry

📋 copy color: '#B35E7D'

red 179 ◦ green 94 ◦ blue 125

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

Shades of Tapestry #B35E7D

Tints of Tapestry #B35E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 44.97%
G = 23.62%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B35E7D (or 0xB35E7D) is known color: Tapestry. HEX triplet: B3, 5E and 7D. RGB value is (179,94,125). Sum of RGB (Red+Green+Blue) = 179+94+125=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E7D is #4CA182. Grayscale: #7A7A7A. Windows color (decimal): -5022083 or 8216243. OLE color: 8216243.

HSL color Cylindrical-coordinate representation of color #B35E7D: hue angle of 338.12º 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 #B35E7D is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 94 125 -
CMYK 0 0.47 0.30 0.30
HSL 338.12º 0.36% 0.54% -
HSV(B) 338.12º 0.47% 0.7% -
XYZ 26.29 19.07 21.7 -
YUV 122.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 179 94 125 0 0.47 0.30 0.30 338.12 0.36 0.54
Hex B3 5E 7D 0 2F 1E 1E 152 24 36
Octal 263 136 175 0 57 36 36 522 44 66
Binary 10110011 1011110 1111101 0 101111 11110 11110 101010010 100100 110110

Color Harmonies of #B35E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E7D

Black with #B35E7D

Text Example


Text Example

White with #B35E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E7D; }

 p { color: rgb(179,94,125); }

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

background-color css

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

 a { background-color: rgb(179,94,125); }

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

border-color css

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

 span { border-color: rgb(179,94,125); }

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