Html Css Color HEX #BB6478 Tapestry

📋 copy color: '#BB6478'

red 187 ◦ green 100 ◦ blue 120

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

Shades of Tapestry #BB6478

Tints of Tapestry #BB6478

RGB

 RED value IS 187 (73.44% from 255) = 45.95%

 GREEN value IS 100 (39.45% from 255) = 24.57%

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 45.95%
G = 24.57%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB6478 (or 0xBB6478) is known color: Tapestry. HEX triplet: BB, 64 and 78. RGB value is (187,100,120). Sum of RGB (Red+Green+Blue) = 187+100+120=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6478 is #449B87. Grayscale: #808080. Windows color (decimal): -4496264 or 7890107. OLE color: 7890107.

HSL color Cylindrical-coordinate representation of color #BB6478: hue angle of 346.21º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6478 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 120 -
CMYK 0 0.47 0.36 0.27
HSL 346.21º 0.39% 0.56% -
HSV(B) 346.21º 0.47% 0.73% -
XYZ 28.44 21.04 20.33 -
YUV 128.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 187 100 120 0 0.47 0.36 0.27 346.21 0.39 0.56
Hex BB 64 78 0 2F 24 1B 15A 27 38
Octal 273 144 170 0 57 44 33 532 47 70
Binary 10111011 1100100 1111000 0 101111 100100 11011 101011010 100111 111000

Color Harmonies of #BB6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6478

Black with #BB6478

Text Example


Text Example

White with #BB6478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6478; }

 p { color: rgb(187,100,120); }

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

background-color css

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

 a { background-color: rgb(187,100,120); }

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

border-color css

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

 span { border-color: rgb(187,100,120); }

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