Html Css Color HEX #BD796B Contessa

📋 copy color: '#BD796B'

red 189 ◦ green 121 ◦ blue 107

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

Shades of Contessa #BD796B

Tints of Contessa #BD796B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.66%

R = 45.32%
G = 29.02%
B = 25.66%

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

#BD796B (or 0xBD796B) is known color: Contessa. HEX triplet: BD, 79 and 6B. RGB value is (189,121,107). Sum of RGB (Red+Green+Blue) = 189+121+107=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD796B is #428694. Grayscale: #8B8B8B. Windows color (decimal): -4359829 or 7043517. OLE color: 7043517.

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

Color convert

RGB 189 121 107 -
CMYK 0 0.36 0.43 0.26
HSL 10.24º 0.38% 0.58% -
HSV(B) 10.24º 0.43% 0.74% -
XYZ 30.48 25.56 17.24 -
YUV 139.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 189 121 107 0 0.36 0.43 0.26 10.24 0.38 0.58
Hex BD 79 6B 0 24 2B 1A A 26 3A
Octal 275 171 153 0 44 53 32 12 46 72
Binary 10111101 1111001 1101011 0 100100 101011 11010 1010 100110 111010

Color Harmonies of #BD796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD796B

Black with #BD796B

Text Example


Text Example

White with #BD796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD796B; }

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

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

background-color css

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

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

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

border-color css

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

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

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