Html Css Color HEX #B77262 Contessa

📋 copy color: '#B77262'

red 183 ◦ green 114 ◦ blue 98

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

Shades of Contessa #B77262

Tints of Contessa #B77262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 46.33%
G = 28.86%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B77262 (or 0xB77262) is known color: Contessa. HEX triplet: B7, 72 and 62. RGB value is (183,114,98). Sum of RGB (Red+Green+Blue) = 183+114+98=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B77262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77262 is #488D9D. Grayscale: #848484. Windows color (decimal): -4754846 or 6451895. OLE color: 6451895.

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

Color convert

RGB 183 114 98 -
CMYK 0 0.38 0.46 0.28
HSL 11.29º 0.37% 0.55% -
HSV(B) 11.29º 0.46% 0.72% -
XYZ 27.75 22.98 14.53 -
YUV 132.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 183 114 98 0 0.38 0.46 0.28 11.29 0.37 0.55
Hex B7 72 62 0 26 2E 1C B 25 37
Octal 267 162 142 0 46 56 34 13 45 67
Binary 10110111 1110010 1100010 0 100110 101110 11100 1011 100101 110111

Color Harmonies of #B77262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77262

Black with #B77262

Text Example


Text Example

White with #B77262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77262; }

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

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

background-color css

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

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

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

border-color css

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

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

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