Html Css Color HEX #BB767B Tapestry

📋 copy color: '#BB767B'

red 187 ◦ green 118 ◦ blue 123

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

Shades of Tapestry #BB767B

Tints of Tapestry #BB767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.57%

 BLUE value IS 123 (48.44% from 255) = 28.74%

R = 43.69%
G = 27.57%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB767B (or 0xBB767B) is known color: Tapestry. HEX triplet: BB, 76 and 7B. RGB value is (187,118,123). Sum of RGB (Red+Green+Blue) = 187+118+123=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB767B is #448984. Grayscale: #8B8B8B. Windows color (decimal): -4491653 or 8091323. OLE color: 8091323.

HSL color Cylindrical-coordinate representation of color #BB767B: hue angle of 355.65º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB767B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 123 -
CMYK 0 0.37 0.34 0.27
HSL 355.65º 0.34% 0.6% -
HSV(B) 355.65º 0.37% 0.73% -
XYZ 30.55 24.95 21.95 -
YUV 139.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 187 118 123 0 0.37 0.34 0.27 355.65 0.34 0.6
Hex BB 76 7B 0 25 22 1B 164 22 3C
Octal 273 166 173 0 45 42 33 544 42 74
Binary 10111011 1110110 1111011 0 100101 100010 11011 101100100 100010 111100

Color Harmonies of #BB767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB767B

Black with #BB767B

Text Example


Text Example

White with #BB767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB767B; }

 p { color: rgb(187,118,123); }

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

background-color css

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

 a { background-color: rgb(187,118,123); }

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

border-color css

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

 span { border-color: rgb(187,118,123); }

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