Html Css Color HEX #BB786B Contessa

📋 copy color: '#BB786B'

red 187 ◦ green 120 ◦ blue 107

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

Shades of Contessa #BB786B

Tints of Contessa #BB786B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.99%

 BLUE value IS 107 (42.19% from 255) = 25.85%

R = 45.17%
G = 28.99%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB786B (or 0xBB786B) is known color: Contessa. HEX triplet: BB, 78 and 6B. RGB value is (187,120,107). Sum of RGB (Red+Green+Blue) = 187+120+107=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB786B is #448794. Grayscale: #8A8A8A. Windows color (decimal): -4491157 or 7043259. OLE color: 7043259.

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

Color convert

RGB 187 120 107 -
CMYK 0 0.36 0.43 0.27
HSL 9.75º 0.37% 0.58% -
HSV(B) 9.75º 0.43% 0.73% -
XYZ 29.86 25.06 17.17 -
YUV 138.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 187 120 107 0 0.36 0.43 0.27 9.75 0.37 0.58
Hex BB 78 6B 0 24 2B 1B A 25 3A
Octal 273 170 153 0 44 53 33 12 45 72
Binary 10111011 1111000 1101011 0 100100 101011 11011 1010 100101 111010

Color Harmonies of #BB786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB786B

Black with #BB786B

Text Example


Text Example

White with #BB786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB786B; }

 p { color: rgb(187,120,107); }

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

background-color css

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

 a { background-color: rgb(187,120,107); }

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

border-color css

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

 span { border-color: rgb(187,120,107); }

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