Html Css Color HEX #BC7367 Contessa

📋 copy color: '#BC7367'

red 188 ◦ green 115 ◦ blue 103

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

Shades of Contessa #BC7367

Tints of Contessa #BC7367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.37%

R = 46.31%
G = 28.33%
B = 25.37%

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

#BC7367 (or 0xBC7367) is known color: Contessa. HEX triplet: BC, 73 and 67. RGB value is (188,115,103). Sum of RGB (Red+Green+Blue) = 188+115+103=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7367 is #438C98. Grayscale: #878787. Windows color (decimal): -4426905 or 6779836. OLE color: 6779836.

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

Color convert

RGB 188 115 103 -
CMYK 0 0.39 0.45 0.26
HSL 8.47º 0.39% 0.57% -
HSV(B) 8.47º 0.45% 0.74% -
XYZ 29.32 23.93 15.91 -
YUV 135.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 188 115 103 0 0.39 0.45 0.26 8.47 0.39 0.57
Hex BC 73 67 0 27 2D 1A 8 27 39
Octal 274 163 147 0 47 55 32 10 47 71
Binary 10111100 1110011 1100111 0 100111 101101 11010 1000 100111 111001

Color Harmonies of #BC7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7367

Black with #BC7367

Text Example


Text Example

White with #BC7367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7367; }

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

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

background-color css

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

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

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

border-color css

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

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

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