Html Css Color HEX #BD756E Contessa

📋 copy color: '#BD756E'

red 189 ◦ green 117 ◦ blue 110

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

Shades of Contessa #BD756E

Tints of Contessa #BD756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 45.43%
G = 28.13%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD756E (or 0xBD756E) is known color: Contessa. HEX triplet: BD, 75 and 6E. RGB value is (189,117,110). Sum of RGB (Red+Green+Blue) = 189+117+110=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD756E is #428A91. Grayscale: #898989. Windows color (decimal): -4360850 or 7239101. OLE color: 7239101.

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

Color convert

RGB 189 117 110 -
CMYK 0 0.38 0.42 0.26
HSL 5.32º 0.37% 0.59% -
HSV(B) 5.32º 0.42% 0.74% -
XYZ 30.16 24.67 17.92 -
YUV 137.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 189 117 110 0 0.38 0.42 0.26 5.32 0.37 0.59
Hex BD 75 6E 0 26 2A 1A 5 25 3B
Octal 275 165 156 0 46 52 32 5 45 73
Binary 10111101 1110101 1101110 0 100110 101010 11010 101 100101 111011

Color Harmonies of #BD756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD756E

Black with #BD756E

Text Example


Text Example

White with #BD756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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