Html Css Color HEX #B77261 Contessa

📋 copy color: '#B77261'

red 183 ◦ green 114 ◦ blue 97

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

Shades of Contessa #B77261

Tints of Contessa #B77261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 46.45%
G = 28.93%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B77261 (or 0xB77261) is known color: Contessa. HEX triplet: B7, 72 and 61. RGB value is (183,114,97). Sum of RGB (Red+Green+Blue) = 183+114+97=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B77261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77261 is #488D9E. Grayscale: #848484. Windows color (decimal): -4754847 or 6386359. OLE color: 6386359.

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

Color convert

RGB 183 114 97 -
CMYK 0 0.38 0.47 0.28
HSL 11.86º 0.37% 0.55% -
HSV(B) 11.86º 0.47% 0.72% -
XYZ 27.7 22.96 14.28 -
YUV 132.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 183 114 97 0 0.38 0.47 0.28 11.86 0.37 0.55
Hex B7 72 61 0 26 2F 1C C 25 37
Octal 267 162 141 0 46 57 34 14 45 67
Binary 10110111 1110010 1100001 0 100110 101111 11100 1100 100101 110111

Color Harmonies of #B77261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77261

Black with #B77261

Text Example


Text Example

White with #B77261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77261; }

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

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

background-color css

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

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

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

border-color css

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

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

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