Html Css Color HEX #B76361 Contessa

📋 copy color: '#B76361'

red 183 ◦ green 99 ◦ blue 97

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

Shades of Contessa #B76361

Tints of Contessa #B76361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.12%

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

R = 48.28%
G = 26.12%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B76361 (or 0xB76361) is known color: Contessa. HEX triplet: B7, 63 and 61. RGB value is (183,99,97). Sum of RGB (Red+Green+Blue) = 183+99+97=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B76361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76361 is #489C9E. Grayscale: #7B7B7B. Windows color (decimal): -4758687 or 6382519. OLE color: 6382519.

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

Color convert

RGB 183 99 97 -
CMYK 0 0.46 0.47 0.28
HSL 1.4º 0.37% 0.55% -
HSV(B) 1.4º 0.47% 0.72% -
XYZ 26.15 19.85 13.76 -
YUV 123.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 183 99 97 0 0.46 0.47 0.28 1.4 0.37 0.55
Hex B7 63 61 0 2E 2F 1C 1 25 37
Octal 267 143 141 0 56 57 34 1 45 67
Binary 10110111 1100011 1100001 0 101110 101111 11100 1 100101 110111

Color Harmonies of #B76361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76361

Black with #B76361

Text Example


Text Example

White with #B76361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76361; }

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

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

background-color css

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

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

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

border-color css

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

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

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