Html Css Color HEX #BD7A6D Contessa

📋 copy color: '#BD7A6D'

red 189 ◦ green 122 ◦ blue 109

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

Shades of Contessa #BD7A6D

Tints of Contessa #BD7A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.05%

 BLUE value IS 109 (42.97% from 255) = 25.95%

R = 45%
G = 29.05%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD7A6D (or 0xBD7A6D) is known color: Contessa. HEX triplet: BD, 7A and 6D. RGB value is (189,122,109). Sum of RGB (Red+Green+Blue) = 189+122+109=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A6D is #428592. Grayscale: #8C8C8C. Windows color (decimal): -4359571 or 7174845. OLE color: 7174845.

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

Color convert

RGB 189 122 109 -
CMYK 0 0.35 0.42 0.26
HSL 9.75º 0.38% 0.58% -
HSV(B) 9.75º 0.42% 0.74% -
XYZ 30.71 25.84 17.84 -
YUV 140.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 189 122 109 0 0.35 0.42 0.26 9.75 0.38 0.58
Hex BD 7A 6D 0 23 2A 1A A 26 3A
Octal 275 172 155 0 43 52 32 12 46 72
Binary 10111101 1111010 1101101 0 100011 101010 11010 1010 100110 111010

Color Harmonies of #BD7A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A6D

Black with #BD7A6D

Text Example


Text Example

White with #BD7A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A6D; }

 p { color: rgb(189,122,109); }

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

background-color css

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

 a { background-color: rgb(189,122,109); }

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

border-color css

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

 span { border-color: rgb(189,122,109); }

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