Html Css Color HEX #B3607B Tapestry

📋 copy color: '#B3607B'

red 179 ◦ green 96 ◦ blue 123

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

Shades of Tapestry #B3607B

Tints of Tapestry #B3607B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 44.97%
G = 24.12%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3607B (or 0xB3607B) is known color: Tapestry. HEX triplet: B3, 60 and 7B. RGB value is (179,96,123). Sum of RGB (Red+Green+Blue) = 179+96+123=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B3607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3607B is #4C9F84. Grayscale: #7B7B7B. Windows color (decimal): -5021573 or 8085683. OLE color: 8085683.

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

Color convert

RGB 179 96 123 -
CMYK 0 0.46 0.31 0.30
HSL 340.48º 0.35% 0.54% -
HSV(B) 340.48º 0.46% 0.7% -
XYZ 26.35 19.38 21.09 -
YUV 123.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 179 96 123 0 0.46 0.31 0.30 340.48 0.35 0.54
Hex B3 60 7B 0 2E 1F 1E 154 23 36
Octal 263 140 173 0 56 37 36 524 43 66
Binary 10110011 1100000 1111011 0 101110 11111 11110 101010100 100011 110110

Color Harmonies of #B3607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3607B

Black with #B3607B

Text Example


Text Example

White with #B3607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3607B; }

 p { color: rgb(179,96,123); }

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

background-color css

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

 a { background-color: rgb(179,96,123); }

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

border-color css

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

 span { border-color: rgb(179,96,123); }

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