Html Css Color HEX #BD716A Contessa

📋 copy color: '#BD716A'

red 189 ◦ green 113 ◦ blue 106

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

Shades of Contessa #BD716A

Tints of Contessa #BD716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.98%

R = 46.32%
G = 27.7%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD716A (or 0xBD716A) is known color: Contessa. HEX triplet: BD, 71 and 6A. RGB value is (189,113,106). Sum of RGB (Red+Green+Blue) = 189+113+106=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD716A is #428E95. Grayscale: #878787. Windows color (decimal): -4361878 or 6975933. OLE color: 6975933.

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

Color convert

RGB 189 113 106 -
CMYK 0 0.40 0.44 0.26
HSL 5.06º 0.39% 0.58% -
HSV(B) 5.06º 0.44% 0.74% -
XYZ 29.49 23.67 16.65 -
YUV 134.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 189 113 106 0 0.40 0.44 0.26 5.06 0.39 0.58
Hex BD 71 6A 0 28 2C 1A 5 27 3A
Octal 275 161 152 0 50 54 32 5 47 72
Binary 10111101 1110001 1101010 0 101000 101100 11010 101 100111 111010

Color Harmonies of #BD716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD716A

Black with #BD716A

Text Example


Text Example

White with #BD716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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