Html Css Color HEX #B96565 Contessa

📋 copy color: '#B96565'

red 185 ◦ green 101 ◦ blue 101

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

Shades of Contessa #B96565

Tints of Contessa #B96565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

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

R = 47.8%
G = 26.1%
B = 26.1%

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

#B96565 (or 0xB96565) is known color: Contessa. HEX triplet: B9, 65 and 65. RGB value is (185,101,101). Sum of RGB (Red+Green+Blue) = 185+101+101=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B96565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96565 is #469A9A. Grayscale: #7E7E7E. Windows color (decimal): -4627099 or 6645177. OLE color: 6645177.

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

Color convert

RGB 185 101 101 -
CMYK 0 0.45 0.45 0.27
HSL 0.38% 0.56% -
HSV(B) 0.45% 0.73% -
XYZ 27.01 20.56 14.86 -
YUV 126.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 185 101 101 0 0.45 0.45 0.27 0 0.38 0.56
Hex B9 65 65 0 2D 2D 1B 0 26 38
Octal 271 145 145 0 55 55 33 0 46 70
Binary 10111001 1100101 1100101 0 101101 101101 11011 0 100110 111000

Color Harmonies of #B96565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96565

Black with #B96565

Text Example


Text Example

White with #B96565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96565; }

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

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

background-color css

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

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

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

border-color css

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

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

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