Html Css Color HEX #B7608B Tapestry

📋 copy color: '#B7608B'

red 183 ◦ green 96 ◦ blue 139

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

Shades of Tapestry #B7608B

Tints of Tapestry #B7608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 43.78%
G = 22.97%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B7608B (or 0xB7608B) is known color: Tapestry. HEX triplet: B7, 60 and 8B. RGB value is (183,96,139). Sum of RGB (Red+Green+Blue) = 183+96+139=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7608B is #489F74. Grayscale: #7E7E7E. Windows color (decimal): -4759413 or 9134263. OLE color: 9134263.

HSL color Cylindrical-coordinate representation of color #B7608B: hue angle of 330.34º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7608B is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 139 -
CMYK 0 0.48 0.24 0.28
HSL 330.34º 0.38% 0.55% -
HSV(B) 330.34º 0.48% 0.72% -
XYZ 28.37 20.3 26.85 -
YUV 126.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 183 96 139 0 0.48 0.24 0.28 330.34 0.38 0.55
Hex B7 60 8B 0 30 18 1C 14A 26 37
Octal 267 140 213 0 60 30 34 512 46 67
Binary 10110111 1100000 10001011 0 110000 11000 11100 101001010 100110 110111

Color Harmonies of #B7608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7608B

Black with #B7608B

Text Example


Text Example

White with #B7608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7608B; }

 p { color: rgb(183,96,139); }

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

background-color css

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

 a { background-color: rgb(183,96,139); }

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

border-color css

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

 span { border-color: rgb(183,96,139); }

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