Html Css Color HEX #BD6E65 Contessa

📋 copy color: '#BD6E65'

red 189 ◦ green 110 ◦ blue 101

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

Shades of Contessa #BD6E65

Tints of Contessa #BD6E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 47.25%
G = 27.5%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD6E65 (or 0xBD6E65) is known color: Contessa. HEX triplet: BD, 6E and 65. RGB value is (189,110,101). Sum of RGB (Red+Green+Blue) = 189+110+101=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E65 is #42919A. Grayscale: #848484. Windows color (decimal): -4362651 or 6647485. OLE color: 6647485.

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

Color convert

RGB 189 110 101 -
CMYK 0 0.42 0.47 0.26
HSL 6.14º 0.4% 0.57% -
HSV(B) 6.14º 0.47% 0.74% -
XYZ 28.91 22.91 15.21 -
YUV 132.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 189 110 101 0 0.42 0.47 0.26 6.14 0.4 0.57
Hex BD 6E 65 0 2A 2F 1A 6 28 39
Octal 275 156 145 0 52 57 32 6 50 71
Binary 10111101 1101110 1100101 0 101010 101111 11010 110 101000 111001

Color Harmonies of #BD6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E65

Black with #BD6E65

Text Example


Text Example

White with #BD6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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