Html Css Color HEX #B77365 Contessa

📋 copy color: '#B77365'

red 183 ◦ green 115 ◦ blue 101

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

Shades of Contessa #B77365

Tints of Contessa #B77365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 45.86%
G = 28.82%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B77365 (or 0xB77365) is known color: Contessa. HEX triplet: B7, 73 and 65. RGB value is (183,115,101). Sum of RGB (Red+Green+Blue) = 183+115+101=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B77365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77365 is #488C9A. Grayscale: #858585. Windows color (decimal): -4754587 or 6648759. OLE color: 6648759.

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

Color convert

RGB 183 115 101 -
CMYK 0 0.37 0.45 0.28
HSL 10.24º 0.36% 0.56% -
HSV(B) 10.24º 0.45% 0.72% -
XYZ 28.01 23.27 15.33 -
YUV 133.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 183 115 101 0 0.37 0.45 0.28 10.24 0.36 0.56
Hex B7 73 65 0 25 2D 1C A 24 38
Octal 267 163 145 0 45 55 34 12 44 70
Binary 10110111 1110011 1100101 0 100101 101101 11100 1010 100100 111000

Color Harmonies of #B77365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77365

Black with #B77365

Text Example


Text Example

White with #B77365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77365; }

 p { color: rgb(183,115,101); }

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

background-color css

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

 a { background-color: rgb(183,115,101); }

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

border-color css

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

 span { border-color: rgb(183,115,101); }

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