Html Css Color HEX #BD796C Contessa

📋 copy color: '#BD796C'

red 189 ◦ green 121 ◦ blue 108

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

Shades of Contessa #BD796C

Tints of Contessa #BD796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.95%

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

R = 45.22%
G = 28.95%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD796C (or 0xBD796C) is known color: Contessa. HEX triplet: BD, 79 and 6C. RGB value is (189,121,108). Sum of RGB (Red+Green+Blue) = 189+121+108=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD796C is #428693. Grayscale: #8B8B8B. Windows color (decimal): -4359828 or 7109053. OLE color: 7109053.

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

Color convert

RGB 189 121 108 -
CMYK 0 0.36 0.43 0.26
HSL 9.63º 0.38% 0.58% -
HSV(B) 9.63º 0.43% 0.74% -
XYZ 30.53 25.58 17.51 -
YUV 139.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 189 121 108 0 0.36 0.43 0.26 9.63 0.38 0.58
Hex BD 79 6C 0 24 2B 1A A 26 3A
Octal 275 171 154 0 44 53 32 12 46 72
Binary 10111101 1111001 1101100 0 100100 101011 11010 1010 100110 111010

Color Harmonies of #BD796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD796C

Black with #BD796C

Text Example


Text Example

White with #BD796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD796C; }

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

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

background-color css

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

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

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

border-color css

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

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

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