Html Css Color HEX #BD706E Contessa

📋 copy color: '#BD706E'

red 189 ◦ green 112 ◦ blue 110

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

Shades of Contessa #BD706E

Tints of Contessa #BD706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 45.99%
G = 27.25%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD706E (or 0xBD706E) is known color: Contessa. HEX triplet: BD, 70 and 6E. RGB value is (189,112,110). Sum of RGB (Red+Green+Blue) = 189+112+110=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD706E is #428F91. Grayscale: #868686. Windows color (decimal): -4362130 or 7237821. OLE color: 7237821.

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

Color convert

RGB 189 112 110 -
CMYK 0 0.41 0.42 0.26
HSL 1.52º 0.37% 0.59% -
HSV(B) 1.52º 0.42% 0.74% -
XYZ 29.59 23.53 17.73 -
YUV 134.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 189 112 110 0 0.41 0.42 0.26 1.52 0.37 0.59
Hex BD 70 6E 0 29 2A 1A 2 25 3B
Octal 275 160 156 0 51 52 32 2 45 73
Binary 10111101 1110000 1101110 0 101001 101010 11010 10 100101 111011

Color Harmonies of #BD706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD706E

Black with #BD706E

Text Example


Text Example

White with #BD706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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