Html Css Color HEX #BB767D Tapestry

📋 copy color: '#BB767D'

red 187 ◦ green 118 ◦ blue 125

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

Shades of Tapestry #BB767D

Tints of Tapestry #BB767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 43.49%
G = 27.44%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB767D (or 0xBB767D) is known color: Tapestry. HEX triplet: BB, 76 and 7D. RGB value is (187,118,125). Sum of RGB (Red+Green+Blue) = 187+118+125=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB767D is #448982. Grayscale: #8B8B8B. Windows color (decimal): -4491651 or 8222395. OLE color: 8222395.

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

Color convert

RGB 187 118 125 -
CMYK 0 0.37 0.33 0.27
HSL 353.91º 0.34% 0.6% -
HSV(B) 353.91º 0.37% 0.73% -
XYZ 30.67 25 22.61 -
YUV 139.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 187 118 125 0 0.37 0.33 0.27 353.91 0.34 0.6
Hex BB 76 7D 0 25 21 1B 162 22 3C
Octal 273 166 175 0 45 41 33 542 42 74
Binary 10111011 1110110 1111101 0 100101 100001 11011 101100010 100010 111100

Color Harmonies of #BB767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB767D

Black with #BB767D

Text Example


Text Example

White with #BB767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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