Html Css Color HEX #BC7368 Contessa

📋 copy color: '#BC7368'

red 188 ◦ green 115 ◦ blue 104

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

Shades of Contessa #BC7368

Tints of Contessa #BC7368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 46.19%
G = 28.26%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC7368 (or 0xBC7368) is known color: Contessa. HEX triplet: BC, 73 and 68. RGB value is (188,115,104). Sum of RGB (Red+Green+Blue) = 188+115+104=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7368 is #438C97. Grayscale: #878787. Windows color (decimal): -4426904 or 6845372. OLE color: 6845372.

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

Color convert

RGB 188 115 104 -
CMYK 0 0.39 0.45 0.26
HSL 7.86º 0.39% 0.57% -
HSV(B) 7.86º 0.45% 0.74% -
XYZ 29.37 23.95 16.17 -
YUV 135.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 188 115 104 0 0.39 0.45 0.26 7.86 0.39 0.57
Hex BC 73 68 0 27 2D 1A 8 27 39
Octal 274 163 150 0 47 55 32 10 47 71
Binary 10111100 1110011 1101000 0 100111 101101 11010 1000 100111 111001

Color Harmonies of #BC7368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7368

Black with #BC7368

Text Example


Text Example

White with #BC7368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7368; }

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

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

background-color css

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

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

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

border-color css

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

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

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