Html Css Color HEX #B8628A Tapestry

📋 copy color: '#B8628A'

red 184 ◦ green 98 ◦ blue 138

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

Shades of Tapestry #B8628A

Tints of Tapestry #B8628A

RGB

 RED value IS 184 (72.27% from 255) = 43.81%

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

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 43.81%
G = 23.33%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8628A (or 0xB8628A) is known color: Tapestry. HEX triplet: B8, 62 and 8A. RGB value is (184,98,138). Sum of RGB (Red+Green+Blue) = 184+98+138=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8628A is #479D75. Grayscale: #808080. Windows color (decimal): -4693366 or 9069240. OLE color: 9069240.

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

Color convert

RGB 184 98 138 -
CMYK 0 0.47 0.25 0.28
HSL 332.09º 0.38% 0.55% -
HSV(B) 332.09º 0.47% 0.72% -
XYZ 28.72 20.76 26.54 -
YUV 128.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 184 98 138 0 0.47 0.25 0.28 332.09 0.38 0.55
Hex B8 62 8A 0 2F 19 1C 14C 26 37
Octal 270 142 212 0 57 31 34 514 46 67
Binary 10111000 1100010 10001010 0 101111 11001 11100 101001100 100110 110111

Color Harmonies of #B8628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8628A

Black with #B8628A

Text Example


Text Example

White with #B8628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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