Html Css Color HEX #BD746E Contessa

📋 copy color: '#BD746E'

red 189 ◦ green 116 ◦ blue 110

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

Shades of Contessa #BD746E

Tints of Contessa #BD746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

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

R = 45.54%
G = 27.95%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD746E (or 0xBD746E) is known color: Contessa. HEX triplet: BD, 74 and 6E. RGB value is (189,116,110). Sum of RGB (Red+Green+Blue) = 189+116+110=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD746E is #428B91. Grayscale: #898989. Windows color (decimal): -4361106 or 7238845. OLE color: 7238845.

HSL color Cylindrical-coordinate representation of color #BD746E: hue angle of 4.56º 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 #BD746E is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 110 -
CMYK 0 0.39 0.42 0.26
HSL 4.56º 0.37% 0.59% -
HSV(B) 4.56º 0.42% 0.74% -
XYZ 30.05 24.44 17.88 -
YUV 137.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 189 116 110 0 0.39 0.42 0.26 4.56 0.37 0.59
Hex BD 74 6E 0 27 2A 1A 5 25 3B
Octal 275 164 156 0 47 52 32 5 45 73
Binary 10111101 1110100 1101110 0 100111 101010 11010 101 100101 111011

Color Harmonies of #BD746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD746E

Black with #BD746E

Text Example


Text Example

White with #BD746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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