Html Css Color HEX #BD716C Contessa

📋 copy color: '#BD716C'

red 189 ◦ green 113 ◦ blue 108

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

Shades of Contessa #BD716C

Tints of Contessa #BD716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.34%

R = 46.1%
G = 27.56%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD716C (or 0xBD716C) is known color: Contessa. HEX triplet: BD, 71 and 6C. RGB value is (189,113,108). Sum of RGB (Red+Green+Blue) = 189+113+108=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD716C is #428E93. Grayscale: #878787. Windows color (decimal): -4361876 or 7107005. OLE color: 7107005.

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

Color convert

RGB 189 113 108 -
CMYK 0 0.40 0.43 0.26
HSL 3.7º 0.38% 0.58% -
HSV(B) 3.7º 0.43% 0.74% -
XYZ 29.6 23.71 17.2 -
YUV 135.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 189 113 108 0 0.40 0.43 0.26 3.7 0.38 0.58
Hex BD 71 6C 0 28 2B 1A 4 26 3A
Octal 275 161 154 0 50 53 32 4 46 72
Binary 10111101 1110001 1101100 0 101000 101011 11010 100 100110 111010

Color Harmonies of #BD716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD716C

Black with #BD716C

Text Example


Text Example

White with #BD716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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