Html Css Color HEX #B9628A Tapestry

📋 copy color: '#B9628A'

red 185 ◦ green 98 ◦ blue 138

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

Shades of Tapestry #B9628A

Tints of Tapestry #B9628A

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.3% from 255) = 32.78%

R = 43.94%
G = 23.28%
B = 32.78%

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

#B9628A (or 0xB9628A) is known color: 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

RGB 185 98 138 -
CMYK 0 0.47 0.25 0.27
HSL 332.41º 0.38% 0.55% -
HSV(B) 332.41º 0.47% 0.73% -
XYZ 28.96 20.88 26.55 -
YUV 128.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 185 98 138 0 0.47 0.25 0.27 332.41 0.38 0.55
Hex B9 62 8A 0 2F 19 1B 14C 26 37
Octal 271 142 212 0 57 31 33 514 46 67
Binary 10111001 1100010 10001010 0 101111 11001 11011 101001100 100110 110111

Color Harmonies of #B9628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9628A

Black with #B9628A

Text Example


Text Example

White with #B9628A

Text Example


Text Example

HTML Codes & Css Web 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>