Html Css Color HEX #BD766C Contessa

📋 copy color: '#BD766C'

red 189 ◦ green 118 ◦ blue 108

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

Shades of Contessa #BD766C

Tints of Contessa #BD766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.43%

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

R = 45.54%
G = 28.43%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD766C (or 0xBD766C) is known color: Contessa. HEX triplet: BD, 76 and 6C. RGB value is (189,118,108). Sum of RGB (Red+Green+Blue) = 189+118+108=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD766C is #428993. Grayscale: #8A8A8A. Windows color (decimal): -4360596 or 7108285. OLE color: 7108285.

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

Color convert

RGB 189 118 108 -
CMYK 0 0.38 0.43 0.26
HSL 7.41º 0.38% 0.58% -
HSV(B) 7.41º 0.43% 0.74% -
XYZ 30.17 24.86 17.4 -
YUV 138.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 189 118 108 0 0.38 0.43 0.26 7.41 0.38 0.58
Hex BD 76 6C 0 26 2B 1A 7 26 3A
Octal 275 166 154 0 46 53 32 7 46 72
Binary 10111101 1110110 1101100 0 100110 101011 11010 111 100110 111010

Color Harmonies of #BD766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD766C

Black with #BD766C

Text Example


Text Example

White with #BD766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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