Html Css Color HEX #B76865 Contessa

📋 copy color: '#B76865'

red 183 ◦ green 104 ◦ blue 101

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

Shades of Contessa #B76865

Tints of Contessa #B76865

RGB

 RED value IS 183 (71.88% from 255) = 47.16%

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

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

R = 47.16%
G = 26.8%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B76865 (or 0xB76865) is known color: Contessa. HEX triplet: B7, 68 and 65. RGB value is (183,104,101). Sum of RGB (Red+Green+Blue) = 183+104+101=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76865 is #48979A. Grayscale: #7F7F7F. Windows color (decimal): -4757403 or 6645943. OLE color: 6645943.

HSL color Cylindrical-coordinate representation of color #B76865: hue angle of 2.2º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76865 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 104 101 -
CMYK 0 0.43 0.45 0.28
HSL 2.2º 0.36% 0.56% -
HSV(B) 2.2º 0.45% 0.72% -
XYZ 26.83 20.91 14.93 -
YUV 127.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 183 104 101 0 0.43 0.45 0.28 2.2 0.36 0.56
Hex B7 68 65 0 2B 2D 1C 2 24 38
Octal 267 150 145 0 53 55 34 2 44 70
Binary 10110111 1101000 1100101 0 101011 101101 11100 10 100100 111000

Color Harmonies of #B76865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76865

Black with #B76865

Text Example


Text Example

White with #B76865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76865; }

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

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

background-color css

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

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

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

border-color css

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

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

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