Html Css Color HEX #B76262 Contessa

📋 copy color: '#B76262'

red 183 ◦ green 98 ◦ blue 98

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

Shades of Contessa #B76262

Tints of Contessa #B76262

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.86%

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

R = 48.28%
G = 25.86%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B76262 (or 0xB76262) is known color: Contessa. HEX triplet: B7, 62 and 62. RGB value is (183,98,98). Sum of RGB (Red+Green+Blue) = 183+98+98=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B76262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76262 is #489D9D. Grayscale: #7B7B7B. Windows color (decimal): -4758942 or 6447799. OLE color: 6447799.

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

Color convert

RGB 183 98 98 -
CMYK 0 0.46 0.46 0.28
HSL 0.37% 0.55% -
HSV(B) 0.46% 0.72% -
XYZ 26.1 19.68 13.98 -
YUV 123.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 183 98 98 0 0.46 0.46 0.28 0 0.37 0.55
Hex B7 62 62 0 2E 2E 1C 0 25 37
Octal 267 142 142 0 56 56 34 0 45 67
Binary 10110111 1100010 1100010 0 101110 101110 11100 0 100101 110111

Color Harmonies of #B76262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76262

Black with #B76262

Text Example


Text Example

White with #B76262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76262; }

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

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

background-color css

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

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

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

border-color css

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

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

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