Html Css Color HEX #B96665 Contessa

📋 copy color: '#B96665'

red 185 ◦ green 102 ◦ blue 101

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

Shades of Contessa #B96665

Tints of Contessa #B96665

RGB

 RED value IS 185 (72.66% from 255) = 47.68%

 GREEN value IS 102 (40.23% from 255) = 26.29%

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

R = 47.68%
G = 26.29%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B96665 (or 0xB96665) is known color: Contessa. HEX triplet: B9, 66 and 65. RGB value is (185,102,101). Sum of RGB (Red+Green+Blue) = 185+102+101=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B96665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96665 is #46999A. Grayscale: #7E7E7E. Windows color (decimal): -4626843 or 6645433. OLE color: 6645433.

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

Color convert

RGB 185 102 101 -
CMYK 0 0.45 0.45 0.27
HSL 0.71º 0.38% 0.56% -
HSV(B) 0.71º 0.45% 0.73% -
XYZ 27.11 20.76 14.89 -
YUV 126.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 185 102 101 0 0.45 0.45 0.27 0.71 0.38 0.56
Hex B9 66 65 0 2D 2D 1B 1 26 38
Octal 271 146 145 0 55 55 33 1 46 70
Binary 10111001 1100110 1100101 0 101101 101101 11011 1 100110 111000

Color Harmonies of #B96665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96665

Black with #B96665

Text Example


Text Example

White with #B96665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96665; }

 p { color: rgb(185,102,101); }

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

background-color css

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

 a { background-color: rgb(185,102,101); }

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

border-color css

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

 span { border-color: rgb(185,102,101); }

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