Html Css Color HEX #BD6B61 Contessa

📋 copy color: '#BD6B61'

red 189 ◦ green 107 ◦ blue 97

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

Shades of Contessa #BD6B61

Tints of Contessa #BD6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.23%

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

R = 48.09%
G = 27.23%
B = 24.68%

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

#BD6B61 (or 0xBD6B61) is known color: Contessa. HEX triplet: BD, 6B and 61. RGB value is (189,107,97). Sum of RGB (Red+Green+Blue) = 189+107+97=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B61 is #42949E. Grayscale: #828282. Windows color (decimal): -4363423 or 6384573. OLE color: 6384573.

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

Color convert

RGB 189 107 97 -
CMYK 0 0.43 0.49 0.26
HSL 6.52º 0.41% 0.56% -
HSV(B) 6.52º 0.49% 0.74% -
XYZ 28.4 22.2 14.1 -
YUV 130.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 189 107 97 0 0.43 0.49 0.26 6.52 0.41 0.56
Hex BD 6B 61 0 2B 31 1A 7 29 38
Octal 275 153 141 0 53 61 32 7 51 70
Binary 10111101 1101011 1100001 0 101011 110001 11010 111 101001 111000

Color Harmonies of #BD6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B61

Black with #BD6B61

Text Example


Text Example

White with #BD6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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