Html Css Color HEX #B76F66 Contessa

📋 copy color: '#B76F66'

red 183 ◦ green 111 ◦ blue 102

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

Shades of Contessa #B76F66

Tints of Contessa #B76F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 46.21%
G = 28.03%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B76F66 (or 0xB76F66) is known color: Contessa. HEX triplet: B7, 6F and 66. RGB value is (183,111,102). Sum of RGB (Red+Green+Blue) = 183+111+102=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F66 is #489099. Grayscale: #838383. Windows color (decimal): -4755610 or 6713271. OLE color: 6713271.

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

Color convert

RGB 183 111 102 -
CMYK 0 0.39 0.44 0.28
HSL 6.67º 0.36% 0.56% -
HSV(B) 6.67º 0.44% 0.72% -
XYZ 27.61 22.4 15.44 -
YUV 131.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 183 111 102 0 0.39 0.44 0.28 6.67 0.36 0.56
Hex B7 6F 66 0 27 2C 1C 7 24 38
Octal 267 157 146 0 47 54 34 7 44 70
Binary 10110111 1101111 1100110 0 100111 101100 11100 111 100100 111000

Color Harmonies of #B76F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F66

Black with #B76F66

Text Example


Text Example

White with #B76F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F66; }

 p { color: rgb(183,111,102); }

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

background-color css

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

 a { background-color: rgb(183,111,102); }

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

border-color css

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

 span { border-color: rgb(183,111,102); }

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