Html Css Color HEX #BD6C61 Contessa

📋 copy color: '#BD6C61'

red 189 ◦ green 108 ◦ blue 97

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

Shades of Contessa #BD6C61

Tints of Contessa #BD6C61

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

 BLUE value IS 97 (38.28% from 255) = 24.62%

R = 47.97%
G = 27.41%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD6C61 (or 0xBD6C61) is known color: Contessa. HEX triplet: BD, 6C and 61. RGB value is (189,108,97). Sum of RGB (Red+Green+Blue) = 189+108+97=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6C61 is #42939E. Grayscale: #838383. Windows color (decimal): -4363167 or 6384829. OLE color: 6384829.

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

Color convert

RGB 189 108 97 -
CMYK 0 0.43 0.49 0.26
HSL 7.17º 0.41% 0.56% -
HSV(B) 7.17º 0.49% 0.74% -
XYZ 28.51 22.41 14.13 -
YUV 130.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 189 108 97 0 0.43 0.49 0.26 7.17 0.41 0.56
Hex BD 6C 61 0 2B 31 1A 7 29 38
Octal 275 154 141 0 53 61 32 7 51 70
Binary 10111101 1101100 1100001 0 101011 110001 11010 111 101001 111000

Color Harmonies of #BD6C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C61

Black with #BD6C61

Text Example


Text Example

White with #BD6C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C61; }

 p { color: rgb(189,108,97); }

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

background-color css

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

 a { background-color: rgb(189,108,97); }

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

border-color css

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

 span { border-color: rgb(189,108,97); }

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