Html Css Color HEX #BB6383 Tapestry

📋 copy color: '#BB6383'

red 187 ◦ green 99 ◦ blue 131

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

Shades of Tapestry #BB6383

Tints of Tapestry #BB6383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 44.84%
G = 23.74%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB6383 (or 0xBB6383) is known color: Tapestry. HEX triplet: BB, 63 and 83. RGB value is (187,99,131). Sum of RGB (Red+Green+Blue) = 187+99+131=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6383 is #449C7C. Grayscale: #808080. Windows color (decimal): -4496509 or 8610747. OLE color: 8610747.

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

Color convert

RGB 187 99 131 -
CMYK 0 0.47 0.30 0.27
HSL 338.18º 0.39% 0.56% -
HSV(B) 338.18º 0.47% 0.73% -
XYZ 29.05 21.13 24.02 -
YUV 128.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 187 99 131 0 0.47 0.30 0.27 338.18 0.39 0.56
Hex BB 63 83 0 2F 1E 1B 152 27 38
Octal 273 143 203 0 57 36 33 522 47 70
Binary 10111011 1100011 10000011 0 101111 11110 11011 101010010 100111 111000

Color Harmonies of #BB6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6383

Black with #BB6383

Text Example


Text Example

White with #BB6383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6383; }

 p { color: rgb(187,99,131); }

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

background-color css

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

 a { background-color: rgb(187,99,131); }

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

border-color css

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

 span { border-color: rgb(187,99,131); }

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