Html Css Color HEX #BD7B6E Contessa

📋 copy color: '#BD7B6E'

red 189 ◦ green 123 ◦ blue 110

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

Shades of Contessa #BD7B6E

Tints of Contessa #BD7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 44.79%
G = 29.15%
B = 26.07%

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

#BD7B6E (or 0xBD7B6E) is known color: Contessa. HEX triplet: BD, 7B and 6E. RGB value is (189,123,110). Sum of RGB (Red+Green+Blue) = 189+123+110=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B6E is #428491. Grayscale: #8D8D8D. Windows color (decimal): -4359314 or 7240637. OLE color: 7240637.

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

Color convert

RGB 189 123 110 -
CMYK 0 0.35 0.42 0.26
HSL 9.87º 0.37% 0.59% -
HSV(B) 9.87º 0.42% 0.74% -
XYZ 30.88 26.11 18.16 -
YUV 141.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 189 123 110 0 0.35 0.42 0.26 9.87 0.37 0.59
Hex BD 7B 6E 0 23 2A 1A A 25 3B
Octal 275 173 156 0 43 52 32 12 45 73
Binary 10111101 1111011 1101110 0 100011 101010 11010 1010 100101 111011

Color Harmonies of #BD7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B6E

Black with #BD7B6E

Text Example


Text Example

White with #BD7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B6E; }

 p { color: rgb(189,123,110); }

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

background-color css

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

 a { background-color: rgb(189,123,110); }

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

border-color css

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

 span { border-color: rgb(189,123,110); }

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