Html Css Color HEX #B9628B Tapestry

📋 copy color: '#B9628B'

red 185 ◦ green 98 ◦ blue 139

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

Shades of Tapestry #B9628B

Tints of Tapestry #B9628B

RGB

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

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

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

R = 43.84%
G = 23.22%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9628B (or 0xB9628B) is known color: Tapestry. HEX triplet: B9, 62 and 8B. RGB value is (185,98,139). Sum of RGB (Red+Green+Blue) = 185+98+139=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9628B is #469D74. Grayscale: #808080. Windows color (decimal): -4627829 or 9134777. OLE color: 9134777.

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

Color convert

RGB 185 98 139 -
CMYK 0 0.47 0.25 0.27
HSL 331.72º 0.38% 0.55% -
HSV(B) 331.72º 0.47% 0.73% -
XYZ 29.04 20.91 26.93 -
YUV 128.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 185 98 139 0 0.47 0.25 0.27 331.72 0.38 0.55
Hex B9 62 8B 0 2F 19 1B 14C 26 37
Octal 271 142 213 0 57 31 33 514 46 67
Binary 10111001 1100010 10001011 0 101111 11001 11011 101001100 100110 110111

Color Harmonies of #B9628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9628B

Black with #B9628B

Text Example


Text Example

White with #B9628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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