Html Css Color HEX #BC726E Contessa

📋 copy color: '#BC726E'

red 188 ◦ green 114 ◦ blue 110

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

Shades of Contessa #BC726E

Tints of Contessa #BC726E

RGB

 RED value IS 188 (73.83% from 255) = 45.63%

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

 BLUE value IS 110 (43.36% from 255) = 26.7%

R = 45.63%
G = 27.67%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC726E (or 0xBC726E) is known color: Contessa. HEX triplet: BC, 72 and 6E. RGB value is (188,114,110). Sum of RGB (Red+Green+Blue) = 188+114+110=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC726E is #438D91. Grayscale: #878787. Windows color (decimal): -4427154 or 7238332. OLE color: 7238332.

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

Color convert

RGB 188 114 110 -
CMYK 0 0.39 0.41 0.26
HSL 3.08º 0.37% 0.58% -
HSV(B) 3.08º 0.41% 0.74% -
XYZ 29.57 23.85 17.8 -
YUV 135.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 188 114 110 0 0.39 0.41 0.26 3.08 0.37 0.58
Hex BC 72 6E 0 27 29 1A 3 25 3A
Octal 274 162 156 0 47 51 32 3 45 72
Binary 10111100 1110010 1101110 0 100111 101001 11010 11 100101 111010

Color Harmonies of #BC726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC726E

Black with #BC726E

Text Example


Text Example

White with #BC726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC726E; }

 p { color: rgb(188,114,110); }

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

background-color css

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

 a { background-color: rgb(188,114,110); }

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

border-color css

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

 span { border-color: rgb(188,114,110); }

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