Html Css Color HEX #BB7668 Contessa

📋 copy color: '#BB7668'

red 187 ◦ green 118 ◦ blue 104

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

Shades of Contessa #BB7668

Tints of Contessa #BB7668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 45.72%
G = 28.85%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB7668 (or 0xBB7668) is known color: Contessa. HEX triplet: BB, 76 and 68. RGB value is (187,118,104). Sum of RGB (Red+Green+Blue) = 187+118+104=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7668 is #448997. Grayscale: #898989. Windows color (decimal): -4491672 or 6846139. OLE color: 6846139.

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

Color convert

RGB 187 118 104 -
CMYK 0 0.37 0.44 0.27
HSL 10.12º 0.38% 0.57% -
HSV(B) 10.12º 0.44% 0.73% -
XYZ 29.47 24.52 16.28 -
YUV 137.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 187 118 104 0 0.37 0.44 0.27 10.12 0.38 0.57
Hex BB 76 68 0 25 2C 1B A 26 39
Octal 273 166 150 0 45 54 33 12 46 71
Binary 10111011 1110110 1101000 0 100101 101100 11011 1010 100110 111001

Color Harmonies of #BB7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7668

Black with #BB7668

Text Example


Text Example

White with #BB7668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7668; }

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

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

background-color css

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

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

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

border-color css

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

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

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