Html Css Color HEX #B0638C Tapestry

📋 copy color: '#B0638C'

red 176 ◦ green 99 ◦ blue 140

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

Shades of Tapestry #B0638C

Tints of Tapestry #B0638C

RGB

 RED value IS 176 (69.14% from 255) = 42.41%

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 42.41%
G = 23.86%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0638C (or 0xB0638C) is known color: Tapestry. HEX triplet: B0, 63 and 8C. RGB value is (176,99,140). Sum of RGB (Red+Green+Blue) = 176+99+140=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0638C is #4F9C73. Grayscale: #7E7E7E. Windows color (decimal): -5217396 or 9200560. OLE color: 9200560.

HSL color Cylindrical-coordinate representation of color #B0638C: hue angle of 328.05º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0638C is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 99 140 -
CMYK 0 0.44 0.20 0.31
HSL 328.05º 0.33% 0.54% -
HSV(B) 328.05º 0.44% 0.69% -
XYZ 27.1 20.05 27.25 -
YUV 126.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 176 99 140 0 0.44 0.20 0.31 328.05 0.33 0.54
Hex B0 63 8C 0 2C 14 1F 148 21 36
Octal 260 143 214 0 54 24 37 510 41 66
Binary 10110000 1100011 10001100 0 101100 10100 11111 101001000 100001 110110

Color Harmonies of #B0638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0638C

Black with #B0638C

Text Example


Text Example

White with #B0638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0638C; }

 p { color: rgb(176,99,140); }

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

background-color css

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

 a { background-color: rgb(176,99,140); }

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

border-color css

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

 span { border-color: rgb(176,99,140); }

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