Html Css Color HEX #B9628C Tapestry

📋 copy color: '#B9628C'

red 185 ◦ green 98 ◦ blue 140

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

Shades of Tapestry #B9628C

Tints of Tapestry #B9628C

RGB

 RED value IS 185 (72.66% from 255) = 43.74%

 GREEN value IS 98 (38.67% from 255) = 23.17%

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

R = 43.74%
G = 23.17%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9628C (or 0xB9628C) is known color: Tapestry. HEX triplet: B9, 62 and 8C. RGB value is (185,98,140). Sum of RGB (Red+Green+Blue) = 185+98+140=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9628C is #469D73. Grayscale: #808080. Windows color (decimal): -4627828 or 9200313. OLE color: 9200313.

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

Color convert

RGB 185 98 140 -
CMYK 0 0.47 0.24 0.27
HSL 331.03º 0.38% 0.55% -
HSV(B) 331.03º 0.47% 0.73% -
XYZ 29.11 20.94 27.32 -
YUV 128.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 185 98 140 0 0.47 0.24 0.27 331.03 0.38 0.55
Hex B9 62 8C 0 2F 18 1B 14B 26 37
Octal 271 142 214 0 57 30 33 513 46 67
Binary 10111001 1100010 10001100 0 101111 11000 11011 101001011 100110 110111

Color Harmonies of #B9628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9628C

Black with #B9628C

Text Example


Text Example

White with #B9628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9628C; }

 p { color: rgb(185,98,140); }

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

background-color css

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

 a { background-color: rgb(185,98,140); }

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

border-color css

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

 span { border-color: rgb(185,98,140); }

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