Html Css Color HEX #BD715D Contessa

📋 copy color: '#BD715D'

red 189 ◦ green 113 ◦ blue 93

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

Shades of Contessa #BD715D

Tints of Contessa #BD715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

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

R = 47.85%
G = 28.61%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD715D (or 0xBD715D) is known color: Contessa. HEX triplet: BD, 71 and 5D. RGB value is (189,113,93). Sum of RGB (Red+Green+Blue) = 189+113+93=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD715D is #428EA2. Grayscale: #858585. Windows color (decimal): -4361891 or 6123965. OLE color: 6123965.

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

Color convert

RGB 189 113 93 -
CMYK 0 0.40 0.51 0.26
HSL 12.5º 0.42% 0.55% -
HSV(B) 12.5º 0.51% 0.74% -
XYZ 28.87 23.42 13.35 -
YUV 133.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 189 113 93 0 0.40 0.51 0.26 12.5 0.42 0.55
Hex BD 71 5D 0 28 33 1A C 2A 37
Octal 275 161 135 0 50 63 32 14 52 67
Binary 10111101 1110001 1011101 0 101000 110011 11010 1100 101010 110111

Color Harmonies of #BD715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD715D

Black with #BD715D

Text Example


Text Example

White with #BD715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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