Html Css Color HEX #B96865 Contessa

📋 copy color: '#B96865'

red 185 ◦ green 104 ◦ blue 101

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

Shades of Contessa #B96865

Tints of Contessa #B96865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.67%

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

R = 47.44%
G = 26.67%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B96865 (or 0xB96865) is known color: Contessa. HEX triplet: B9, 68 and 65. RGB value is (185,104,101). Sum of RGB (Red+Green+Blue) = 185+104+101=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B96865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96865 is #46979A. Grayscale: #7F7F7F. Windows color (decimal): -4626331 or 6645945. OLE color: 6645945.

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

Color convert

RGB 185 104 101 -
CMYK 0 0.44 0.45 0.27
HSL 2.14º 0.38% 0.56% -
HSV(B) 2.14º 0.45% 0.73% -
XYZ 27.31 21.15 14.96 -
YUV 127.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 185 104 101 0 0.44 0.45 0.27 2.14 0.38 0.56
Hex B9 68 65 0 2C 2D 1B 2 26 38
Octal 271 150 145 0 54 55 33 2 46 70
Binary 10111001 1101000 1100101 0 101100 101101 11011 10 100110 111000

Color Harmonies of #B96865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96865

Black with #B96865

Text Example


Text Example

White with #B96865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96865; }

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

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

background-color css

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

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

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

border-color css

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

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

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