Html Css Color HEX #BB7865 Contessa

📋 copy color: '#BB7865'

red 187 ◦ green 120 ◦ blue 101

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

Shades of Contessa #BB7865

Tints of Contessa #BB7865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.75%

R = 45.83%
G = 29.41%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB7865 (or 0xBB7865) is known color: Contessa. HEX triplet: BB, 78 and 65. RGB value is (187,120,101). Sum of RGB (Red+Green+Blue) = 187+120+101=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7865 is #44879A. Grayscale: #8A8A8A. Windows color (decimal): -4491163 or 6650043. OLE color: 6650043.

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

Color convert

RGB 187 120 101 -
CMYK 0 0.36 0.46 0.27
HSL 13.26º 0.39% 0.56% -
HSV(B) 13.26º 0.46% 0.73% -
XYZ 29.56 24.94 15.57 -
YUV 137.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 187 120 101 0 0.36 0.46 0.27 13.26 0.39 0.56
Hex BB 78 65 0 24 2E 1B D 27 38
Octal 273 170 145 0 44 56 33 15 47 70
Binary 10111011 1111000 1100101 0 100100 101110 11011 1101 100111 111000

Color Harmonies of #BB7865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7865

Black with #BB7865

Text Example


Text Example

White with #BB7865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7865; }

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

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

background-color css

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

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

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

border-color css

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

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

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