Html Css Color HEX #BD726D Contessa

📋 copy color: '#BD726D'

red 189 ◦ green 114 ◦ blue 109

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

Shades of Contessa #BD726D

Tints of Contessa #BD726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 45.87%
G = 27.67%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD726D (or 0xBD726D) is known color: Contessa. HEX triplet: BD, 72 and 6D. RGB value is (189,114,109). Sum of RGB (Red+Green+Blue) = 189+114+109=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD726D is #428D92. Grayscale: #878787. Windows color (decimal): -4361619 or 7172797. OLE color: 7172797.

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

Color convert

RGB 189 114 109 -
CMYK 0 0.40 0.42 0.26
HSL 3.75º 0.38% 0.58% -
HSV(B) 3.75º 0.42% 0.74% -
XYZ 29.76 23.96 17.52 -
YUV 135.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 189 114 109 0 0.40 0.42 0.26 3.75 0.38 0.58
Hex BD 72 6D 0 28 2A 1A 4 26 3A
Octal 275 162 155 0 50 52 32 4 46 72
Binary 10111101 1110010 1101101 0 101000 101010 11010 100 100110 111010

Color Harmonies of #BD726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD726D

Black with #BD726D

Text Example


Text Example

White with #BD726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD726D; }

 p { color: rgb(189,114,109); }

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

background-color css

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

 a { background-color: rgb(189,114,109); }

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

border-color css

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

 span { border-color: rgb(189,114,109); }

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