Html Css Color HEX #BC726F Contessa

📋 copy color: '#BC726F'

red 188 ◦ green 114 ◦ blue 111

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

Shades of Contessa #BC726F

Tints of Contessa #BC726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 45.52%
G = 27.6%
B = 26.88%

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

#BC726F (or 0xBC726F) is known color: Contessa. HEX triplet: BC, 72 and 6F. RGB value is (188,114,111). Sum of RGB (Red+Green+Blue) = 188+114+111=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC726F is #438D90. Grayscale: #878787. Windows color (decimal): -4427153 or 7303868. OLE color: 7303868.

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

Color convert

RGB 188 114 111 -
CMYK 0 0.39 0.41 0.26
HSL 2.34º 0.36% 0.59% -
HSV(B) 2.34º 0.41% 0.74% -
XYZ 29.63 23.87 18.09 -
YUV 135.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 188 114 111 0 0.39 0.41 0.26 2.34 0.36 0.59
Hex BC 72 6F 0 27 29 1A 2 24 3B
Octal 274 162 157 0 47 51 32 2 44 73
Binary 10111100 1110010 1101111 0 100111 101001 11010 10 100100 111011

Color Harmonies of #BC726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC726F

Black with #BC726F

Text Example


Text Example

White with #BC726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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