Html Css Color HEX #B77062 Contessa

📋 copy color: '#B77062'

red 183 ◦ green 112 ◦ blue 98

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

Shades of Contessa #B77062

Tints of Contessa #B77062

RGB

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

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

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

R = 46.56%
G = 28.5%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B77062 (or 0xB77062) is known color: Contessa. HEX triplet: B7, 70 and 62. RGB value is (183,112,98). Sum of RGB (Red+Green+Blue) = 183+112+98=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B77062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77062 is #488F9D. Grayscale: #838383. Windows color (decimal): -4755358 or 6451383. OLE color: 6451383.

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

Color convert

RGB 183 112 98 -
CMYK 0 0.39 0.46 0.28
HSL 9.88º 0.37% 0.55% -
HSV(B) 9.88º 0.46% 0.72% -
XYZ 27.53 22.54 14.45 -
YUV 131.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 183 112 98 0 0.39 0.46 0.28 9.88 0.37 0.55
Hex B7 70 62 0 27 2E 1C A 25 37
Octal 267 160 142 0 47 56 34 12 45 67
Binary 10110111 1110000 1100010 0 100111 101110 11100 1010 100101 110111

Color Harmonies of #B77062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77062

Black with #B77062

Text Example


Text Example

White with #B77062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77062; }

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

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

background-color css

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

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

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

border-color css

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

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

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