Html Css Color HEX #BC736E Contessa

📋 copy color: '#BC736E'

red 188 ◦ green 115 ◦ blue 110

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

Shades of Contessa #BC736E

Tints of Contessa #BC736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

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

R = 45.52%
G = 27.85%
B = 26.63%

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

#BC736E (or 0xBC736E) is known color: Contessa. HEX triplet: BC, 73 and 6E. RGB value is (188,115,110). Sum of RGB (Red+Green+Blue) = 188+115+110=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC736E is #438C91. Grayscale: #888888. Windows color (decimal): -4426898 or 7238588. OLE color: 7238588.

HSL color Cylindrical-coordinate representation of color #BC736E: hue angle of 3.85º 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 #BC736E is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 115 110 -
CMYK 0 0.39 0.41 0.26
HSL 3.85º 0.37% 0.58% -
HSV(B) 3.85º 0.41% 0.74% -
XYZ 29.68 24.08 17.83 -
YUV 136.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 188 115 110 0 0.39 0.41 0.26 3.85 0.37 0.58
Hex BC 73 6E 0 27 29 1A 4 25 3A
Octal 274 163 156 0 47 51 32 4 45 72
Binary 10111100 1110011 1101110 0 100111 101001 11010 100 100101 111010

Color Harmonies of #BC736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC736E

Black with #BC736E

Text Example


Text Example

White with #BC736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC736E; }

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

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

background-color css

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

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

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

border-color css

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

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

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