Html Css Color HEX #B77061 Contessa

📋 copy color: '#B77061'

red 183 ◦ green 112 ◦ blue 97

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

Shades of Contessa #B77061

Tints of Contessa #B77061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 46.68%
G = 28.57%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B77061 (or 0xB77061) is known color: Contessa. HEX triplet: B7, 70 and 61. RGB value is (183,112,97). Sum of RGB (Red+Green+Blue) = 183+112+97=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B77061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77061 is #488F9E. Grayscale: #838383. Windows color (decimal): -4755359 or 6385847. OLE color: 6385847.

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

Color convert

RGB 183 112 97 -
CMYK 0 0.39 0.47 0.28
HSL 10.47º 0.37% 0.55% -
HSV(B) 10.47º 0.47% 0.72% -
XYZ 27.48 22.52 14.21 -
YUV 131.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 183 112 97 0 0.39 0.47 0.28 10.47 0.37 0.55
Hex B7 70 61 0 27 2F 1C A 25 37
Octal 267 160 141 0 47 57 34 12 45 67
Binary 10110111 1110000 1100001 0 100111 101111 11100 1010 100101 110111

Color Harmonies of #B77061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77061

Black with #B77061

Text Example


Text Example

White with #B77061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77061; }

 p { color: rgb(183,112,97); }

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

background-color css

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

 a { background-color: rgb(183,112,97); }

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

border-color css

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

 span { border-color: rgb(183,112,97); }

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