Html Css Color HEX #B8685E Contessa

📋 copy color: '#B8685E'

red 184 ◦ green 104 ◦ blue 94

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

Shades of Contessa #B8685E

Tints of Contessa #B8685E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.23%

 BLUE value IS 94 (37.11% from 255) = 24.61%

R = 48.17%
G = 27.23%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8685E (or 0xB8685E) is known color: Contessa. HEX triplet: B8, 68 and 5E. RGB value is (184,104,94). Sum of RGB (Red+Green+Blue) = 184+104+94=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8685E is #4797A1. Grayscale: #7E7E7E. Windows color (decimal): -4691874 or 6187192. OLE color: 6187192.

HSL color Cylindrical-coordinate representation of color #B8685E: hue angle of 6.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8685E is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 104 94 -
CMYK 0 0.43 0.49 0.28
HSL 6.67º 0.39% 0.55% -
HSV(B) 6.67º 0.49% 0.72% -
XYZ 26.74 20.9 13.21 -
YUV 126.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 184 104 94 0 0.43 0.49 0.28 6.67 0.39 0.55
Hex B8 68 5E 0 2B 31 1C 7 27 37
Octal 270 150 136 0 53 61 34 7 47 67
Binary 10111000 1101000 1011110 0 101011 110001 11100 111 100111 110111

Color Harmonies of #B8685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8685E

Black with #B8685E

Text Example


Text Example

White with #B8685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8685E; }

 p { color: rgb(184,104,94); }

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

background-color css

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

 a { background-color: rgb(184,104,94); }

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

border-color css

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

 span { border-color: rgb(184,104,94); }

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