Html Css Color HEX #BD725E Contessa

📋 copy color: '#BD725E'

red 189 ◦ green 114 ◦ blue 94

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

Shades of Contessa #BD725E

Tints of Contessa #BD725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 47.61%
G = 28.72%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD725E (or 0xBD725E) is known color: Contessa. HEX triplet: BD, 72 and 5E. RGB value is (189,114,94). Sum of RGB (Red+Green+Blue) = 189+114+94=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD725E is #428DA1. Grayscale: #868686. Windows color (decimal): -4361634 or 6189757. OLE color: 6189757.

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

Color convert

RGB 189 114 94 -
CMYK 0 0.40 0.50 0.26
HSL 12.63º 0.42% 0.55% -
HSV(B) 12.63º 0.5% 0.74% -
XYZ 29.02 23.66 13.63 -
YUV 134.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 189 114 94 0 0.40 0.50 0.26 12.63 0.42 0.55
Hex BD 72 5E 0 28 32 1A D 2A 37
Octal 275 162 136 0 50 62 32 15 52 67
Binary 10111101 1110010 1011110 0 101000 110010 11010 1101 101010 110111

Color Harmonies of #BD725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD725E

Black with #BD725E

Text Example


Text Example

White with #BD725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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