Html Css Color HEX #BB7769 Contessa

📋 copy color: '#BB7769'

red 187 ◦ green 119 ◦ blue 105

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

Shades of Contessa #BB7769

Tints of Contessa #BB7769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

 BLUE value IS 105 (41.41% from 255) = 25.55%

R = 45.5%
G = 28.95%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB7769 (or 0xBB7769) is known color: Contessa. HEX triplet: BB, 77 and 69. RGB value is (187,119,105). Sum of RGB (Red+Green+Blue) = 187+119+105=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7769 is #448896. Grayscale: #898989. Windows color (decimal): -4491415 or 6911931. OLE color: 6911931.

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

Color convert

RGB 187 119 105 -
CMYK 0 0.36 0.44 0.27
HSL 10.24º 0.38% 0.57% -
HSV(B) 10.24º 0.44% 0.73% -
XYZ 29.64 24.78 16.59 -
YUV 137.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 187 119 105 0 0.36 0.44 0.27 10.24 0.38 0.57
Hex BB 77 69 0 24 2C 1B A 26 39
Octal 273 167 151 0 44 54 33 12 46 71
Binary 10111011 1110111 1101001 0 100100 101100 11011 1010 100110 111001

Color Harmonies of #BB7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7769

Black with #BB7769

Text Example


Text Example

White with #BB7769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7769; }

 p { color: rgb(187,119,105); }

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

background-color css

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

 a { background-color: rgb(187,119,105); }

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

border-color css

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

 span { border-color: rgb(187,119,105); }

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