Html Css Color HEX #BD7A6B Contessa

📋 copy color: '#BD7A6B'

red 189 ◦ green 122 ◦ blue 107

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

Shades of Contessa #BD7A6B

Tints of Contessa #BD7A6B

RGB

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

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

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

R = 45.22%
G = 29.19%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD7A6B (or 0xBD7A6B) is known color: Contessa. HEX triplet: BD, 7A and 6B. RGB value is (189,122,107). Sum of RGB (Red+Green+Blue) = 189+122+107=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A6B is #428594. Grayscale: #8C8C8C. Windows color (decimal): -4359573 or 7043773. OLE color: 7043773.

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

Color convert

RGB 189 122 107 -
CMYK 0 0.35 0.43 0.26
HSL 10.98º 0.38% 0.58% -
HSV(B) 10.98º 0.43% 0.74% -
XYZ 30.6 25.8 17.28 -
YUV 140.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 189 122 107 0 0.35 0.43 0.26 10.98 0.38 0.58
Hex BD 7A 6B 0 23 2B 1A B 26 3A
Octal 275 172 153 0 43 53 32 13 46 72
Binary 10111101 1111010 1101011 0 100011 101011 11010 1011 100110 111010

Color Harmonies of #BD7A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A6B

Black with #BD7A6B

Text Example


Text Example

White with #BD7A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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