Html Css Color HEX #BB7764 Contessa

📋 copy color: '#BB7764'

red 187 ◦ green 119 ◦ blue 100

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

Shades of Contessa #BB7764

Tints of Contessa #BB7764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 46.06%
G = 29.31%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB7764 (or 0xBB7764) is known color: Contessa. HEX triplet: BB, 77 and 64. RGB value is (187,119,100). Sum of RGB (Red+Green+Blue) = 187+119+100=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7764 is #44889B. Grayscale: #898989. Windows color (decimal): -4491420 or 6584251. OLE color: 6584251.

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

Color convert

RGB 187 119 100 -
CMYK 0 0.36 0.47 0.27
HSL 13.1º 0.39% 0.56% -
HSV(B) 13.1º 0.47% 0.73% -
XYZ 29.39 24.68 15.27 -
YUV 137.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 187 119 100 0 0.36 0.47 0.27 13.1 0.39 0.56
Hex BB 77 64 0 24 2F 1B D 27 38
Octal 273 167 144 0 44 57 33 15 47 70
Binary 10111011 1110111 1100100 0 100100 101111 11011 1101 100111 111000

Color Harmonies of #BB7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7764

Black with #BB7764

Text Example


Text Example

White with #BB7764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7764; }

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

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

background-color css

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

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

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

border-color css

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

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

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