Html Css Color HEX #BD6E68 Contessa

📋 copy color: '#BD6E68'

red 189 ◦ green 110 ◦ blue 104

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

Shades of Contessa #BD6E68

Tints of Contessa #BD6E68

RGB

 RED value IS 189 (74.22% from 255) = 46.9%

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 104 (41.02% from 255) = 25.81%

R = 46.9%
G = 27.3%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD6E68 (or 0xBD6E68) is known color: Contessa. HEX triplet: BD, 6E and 68. RGB value is (189,110,104). Sum of RGB (Red+Green+Blue) = 189+110+104=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E68 is #429197. Grayscale: #858585. Windows color (decimal): -4362648 or 6844093. OLE color: 6844093.

HSL color Cylindrical-coordinate representation of color #BD6E68: hue angle of 4.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6E68 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 110 104 -
CMYK 0 0.42 0.45 0.26
HSL 4.24º 0.39% 0.57% -
HSV(B) 4.24º 0.45% 0.74% -
XYZ 29.06 22.97 16 -
YUV 132.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 189 110 104 0 0.42 0.45 0.26 4.24 0.39 0.57
Hex BD 6E 68 0 2A 2D 1A 4 27 39
Octal 275 156 150 0 52 55 32 4 47 71
Binary 10111101 1101110 1101000 0 101010 101101 11010 100 100111 111001

Color Harmonies of #BD6E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E68

Black with #BD6E68

Text Example


Text Example

White with #BD6E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E68; }

 p { color: rgb(189,110,104); }

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

background-color css

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

 a { background-color: rgb(189,110,104); }

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

border-color css

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

 span { border-color: rgb(189,110,104); }

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