Html Css Color HEX #BD6C64 Contessa

📋 copy color: '#BD6C64'

red 189 ◦ green 108 ◦ blue 100

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

Shades of Contessa #BD6C64

Tints of Contessa #BD6C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 47.61%
G = 27.2%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD6C64 (or 0xBD6C64) is known color: Contessa. HEX triplet: BD, 6C and 64. RGB value is (189,108,100). Sum of RGB (Red+Green+Blue) = 189+108+100=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6C64 is #42939B. Grayscale: #838383. Windows color (decimal): -4363164 or 6581437. OLE color: 6581437.

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

Color convert

RGB 189 108 100 -
CMYK 0 0.43 0.47 0.26
HSL 5.39º 0.4% 0.57% -
HSV(B) 5.39º 0.47% 0.74% -
XYZ 28.65 22.46 14.88 -
YUV 131.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 189 108 100 0 0.43 0.47 0.26 5.39 0.4 0.57
Hex BD 6C 64 0 2B 2F 1A 5 28 39
Octal 275 154 144 0 53 57 32 5 50 71
Binary 10111101 1101100 1100100 0 101011 101111 11010 101 101000 111001

Color Harmonies of #BD6C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C64

Black with #BD6C64

Text Example


Text Example

White with #BD6C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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