Html Css Color HEX #BD6D5A Contessa

📋 copy color: '#BD6D5A'

red 189 ◦ green 109 ◦ blue 90

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

Shades of Contessa #BD6D5A

Tints of Contessa #BD6D5A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 48.71%
G = 28.09%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD6D5A (or 0xBD6D5A) is known color: Contessa. HEX triplet: BD, 6D and 5A. RGB value is (189,109,90). Sum of RGB (Red+Green+Blue) = 189+109+90=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6D5A is #4292A5. Grayscale: #828282. Windows color (decimal): -4362918 or 5926333. OLE color: 5926333.

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

Color convert

RGB 189 109 90 -
CMYK 0 0.42 0.52 0.26
HSL 11.52º 0.43% 0.55% -
HSV(B) 11.52º 0.52% 0.74% -
XYZ 28.3 22.49 12.52 -
YUV 130.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 189 109 90 0 0.42 0.52 0.26 11.52 0.43 0.55
Hex BD 6D 5A 0 2A 34 1A C 2B 37
Octal 275 155 132 0 52 64 32 14 53 67
Binary 10111101 1101101 1011010 0 101010 110100 11010 1100 101011 110111

Color Harmonies of #BD6D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D5A

Black with #BD6D5A

Text Example


Text Example

White with #BD6D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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