Html Css Color HEX #B86361 Contessa

📋 copy color: '#B86361'

red 184 ◦ green 99 ◦ blue 97

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

Shades of Contessa #B86361

Tints of Contessa #B86361

RGB

 RED value IS 184 (72.27% from 255) = 48.42%

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

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

R = 48.42%
G = 26.05%
B = 25.53%

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

#B86361 (or 0xB86361) is known color: Contessa. HEX triplet: B8, 63 and 61. RGB value is (184,99,97). Sum of RGB (Red+Green+Blue) = 184+99+97=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B86361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86361 is #479C9E. Grayscale: #7C7C7C. Windows color (decimal): -4693151 or 6382520. OLE color: 6382520.

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

Color convert

RGB 184 99 97 -
CMYK 0 0.46 0.47 0.28
HSL 1.38º 0.38% 0.55% -
HSV(B) 1.38º 0.47% 0.72% -
XYZ 26.39 19.98 13.77 -
YUV 124.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 184 99 97 0 0.46 0.47 0.28 1.38 0.38 0.55
Hex B8 63 61 0 2E 2F 1C 1 26 37
Octal 270 143 141 0 56 57 34 1 46 67
Binary 10111000 1100011 1100001 0 101110 101111 11100 1 100110 110111

Color Harmonies of #B86361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86361

Black with #B86361

Text Example


Text Example

White with #B86361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86361; }

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

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

background-color css

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

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

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

border-color css

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

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

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