Html Css Color HEX #BD685D Contessa

📋 copy color: '#BD685D'

red 189 ◦ green 104 ◦ blue 93

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

Shades of Contessa #BD685D

Tints of Contessa #BD685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 48.96%
G = 26.94%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD685D (or 0xBD685D) is known color: Contessa. HEX triplet: BD, 68 and 5D. RGB value is (189,104,93). Sum of RGB (Red+Green+Blue) = 189+104+93=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD685D is #4297A2. Grayscale: #808080. Windows color (decimal): -4364195 or 6121661. OLE color: 6121661.

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

Color convert

RGB 189 104 93 -
CMYK 0 0.45 0.51 0.26
HSL 6.88º 0.42% 0.55% -
HSV(B) 6.88º 0.51% 0.74% -
XYZ 27.91 21.51 13.04 -
YUV 128.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 189 104 93 0 0.45 0.51 0.26 6.88 0.42 0.55
Hex BD 68 5D 0 2D 33 1A 7 2A 37
Octal 275 150 135 0 55 63 32 7 52 67
Binary 10111101 1101000 1011101 0 101101 110011 11010 111 101010 110111

Color Harmonies of #BD685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD685D

Black with #BD685D

Text Example


Text Example

White with #BD685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD685D; }

 p { color: rgb(189,104,93); }

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

background-color css

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

 a { background-color: rgb(189,104,93); }

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

border-color css

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

 span { border-color: rgb(189,104,93); }

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