Html Css Color HEX #BC7369 Contessa

📋 copy color: '#BC7369'

red 188 ◦ green 115 ◦ blue 105

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

Shades of Contessa #BC7369

Tints of Contessa #BC7369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 46.08%
G = 28.19%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC7369 (or 0xBC7369) is known color: Contessa. HEX triplet: BC, 73 and 69. RGB value is (188,115,105). Sum of RGB (Red+Green+Blue) = 188+115+105=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7369 is #438C96. Grayscale: #878787. Windows color (decimal): -4426903 or 6910908. OLE color: 6910908.

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

Color convert

RGB 188 115 105 -
CMYK 0 0.39 0.44 0.26
HSL 7.23º 0.38% 0.57% -
HSV(B) 7.23º 0.44% 0.74% -
XYZ 29.42 23.97 16.44 -
YUV 135.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 188 115 105 0 0.39 0.44 0.26 7.23 0.38 0.57
Hex BC 73 69 0 27 2C 1A 7 26 39
Octal 274 163 151 0 47 54 32 7 46 71
Binary 10111100 1110011 1101001 0 100111 101100 11010 111 100110 111001

Color Harmonies of #BC7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7369

Black with #BC7369

Text Example


Text Example

White with #BC7369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7369; }

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

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

background-color css

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

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

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

border-color css

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

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

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