Html Css Color HEX #BB6474 Tapestry

📋 copy color: '#BB6474'

red 187 ◦ green 100 ◦ blue 116

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

Shades of Tapestry #BB6474

Tints of Tapestry #BB6474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.78%

R = 46.4%
G = 24.81%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB6474 (or 0xBB6474) is known color: Tapestry. HEX triplet: BB, 64 and 74. RGB value is (187,100,116). Sum of RGB (Red+Green+Blue) = 187+100+116=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6474 is #449B8B. Grayscale: #7F7F7F. Windows color (decimal): -4496268 or 7627963. OLE color: 7627963.

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

Color convert

RGB 187 100 116 -
CMYK 0 0.47 0.38 0.27
HSL 348.97º 0.39% 0.56% -
HSV(B) 348.97º 0.47% 0.73% -
XYZ 28.2 20.94 19.08 -
YUV 127.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 187 100 116 0 0.47 0.38 0.27 348.97 0.39 0.56
Hex BB 64 74 0 2F 26 1B 15D 27 38
Octal 273 144 164 0 57 46 33 535 47 70
Binary 10111011 1100100 1110100 0 101111 100110 11011 101011101 100111 111000

Color Harmonies of #BB6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6474

Black with #BB6474

Text Example


Text Example

White with #BB6474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6474; }

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

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

background-color css

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

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

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

border-color css

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

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

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