Html Css Color HEX #B9628D Tapestry

📋 copy color: '#B9628D'

red 185 ◦ green 98 ◦ blue 141

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

Shades of Tapestry #B9628D

Tints of Tapestry #B9628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 43.63%
G = 23.11%
B = 33.25%

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

#B9628D (or 0xB9628D) is known color: Tapestry. HEX triplet: B9, 62 and 8D. RGB value is (185,98,141). Sum of RGB (Red+Green+Blue) = 185+98+141=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9628D is #469D72. Grayscale: #808080. Windows color (decimal): -4627827 or 9265849. OLE color: 9265849.

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

Color convert

RGB 185 98 141 -
CMYK 0 0.47 0.24 0.27
HSL 330.34º 0.38% 0.55% -
HSV(B) 330.34º 0.47% 0.73% -
XYZ 29.18 20.97 27.71 -
YUV 128.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 185 98 141 0 0.47 0.24 0.27 330.34 0.38 0.55
Hex B9 62 8D 0 2F 18 1B 14A 26 37
Octal 271 142 215 0 57 30 33 512 46 67
Binary 10111001 1100010 10001101 0 101111 11000 11011 101001010 100110 110111

Color Harmonies of #B9628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9628D

Black with #B9628D

Text Example


Text Example

White with #B9628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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