Html Css Color HEX #BD706C Contessa

📋 copy color: '#BD706C'

red 189 ◦ green 112 ◦ blue 108

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

Shades of Contessa #BD706C

Tints of Contessa #BD706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.41%

R = 46.21%
G = 27.38%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD706C (or 0xBD706C) is known color: Contessa. HEX triplet: BD, 70 and 6C. RGB value is (189,112,108). Sum of RGB (Red+Green+Blue) = 189+112+108=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD706C is #428F93. Grayscale: #868686. Windows color (decimal): -4362132 or 7106749. OLE color: 7106749.

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

Color convert

RGB 189 112 108 -
CMYK 0 0.41 0.43 0.26
HSL 2.96º 0.38% 0.58% -
HSV(B) 2.96º 0.43% 0.74% -
XYZ 29.49 23.49 17.17 -
YUV 134.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 189 112 108 0 0.41 0.43 0.26 2.96 0.38 0.58
Hex BD 70 6C 0 29 2B 1A 3 26 3A
Octal 275 160 154 0 51 53 32 3 46 72
Binary 10111101 1110000 1101100 0 101001 101011 11010 11 100110 111010

Color Harmonies of #BD706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD706C

Black with #BD706C

Text Example


Text Example

White with #BD706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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