Html Css Color HEX #B76261 Contessa

📋 copy color: '#B76261'

red 183 ◦ green 98 ◦ blue 97

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

Shades of Contessa #B76261

Tints of Contessa #B76261

RGB

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

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

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

R = 48.41%
G = 25.93%
B = 25.66%

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

#B76261 (or 0xB76261) is known color: Contessa. HEX triplet: B7, 62 and 61. RGB value is (183,98,97). Sum of RGB (Red+Green+Blue) = 183+98+97=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B76261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76261 is #489D9E. Grayscale: #7B7B7B. Windows color (decimal): -4758943 or 6382263. OLE color: 6382263.

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

Color convert

RGB 183 98 97 -
CMYK 0 0.46 0.47 0.28
HSL 0.7º 0.37% 0.55% -
HSV(B) 0.7º 0.47% 0.72% -
XYZ 26.05 19.67 13.73 -
YUV 123.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 183 98 97 0 0.46 0.47 0.28 0.7 0.37 0.55
Hex B7 62 61 0 2E 2F 1C 1 25 37
Octal 267 142 141 0 56 57 34 1 45 67
Binary 10110111 1100010 1100001 0 101110 101111 11100 1 100101 110111

Color Harmonies of #B76261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76261

Black with #B76261

Text Example


Text Example

White with #B76261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76261; }

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

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

background-color css

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

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

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

border-color css

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

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

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