#B9628A

Color #B9628A Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B9628A

Tints of Tapestry #B9628A

Color information

#B9628A (or 0xB9628A) is unknown color: approx Tapestry. HEX triplet: B9, 62 and 8A. RGB value is (185,98,138). Sum of RGB (Red+Green+Blue) = 185+98+138=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9628A is #469D75. Grayscale: #808080. Windows color (decimal): -4627830 or 9069241. OLE color: 9069241.

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

Color convert

RGB18598138-
CMYK00.470.250.27
HSL332.41º38.33%55.49%-
HSV(B)332.41º47.03%72.55%-
XYZ28.9620.8826.55-
YUV128.57133.32168.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=43.94%
G=23.28%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859813800.470.250.27332.4138.3355.49
HexB9628A02F191B14c2637
Octal27114221205731335144667
Binary1011100111000101000101001011111100111011101001100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9628A; }

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

 H1.HeaderClassName
 {
   color: #B9628A;
 }
 .AnyTagClassName
 {
   color: #B9628A;
 }
</style>
background-color css

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

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

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

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

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

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