Html Css Color HEX #BC7968 Contessa

📋 copy color: '#BC7968'

red 188 ◦ green 121 ◦ blue 104

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

Shades of Contessa #BC7968

Tints of Contessa #BC7968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.3%

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

R = 45.52%
G = 29.3%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC7968 (or 0xBC7968) is known color: Contessa. HEX triplet: BC, 79 and 68. RGB value is (188,121,104). Sum of RGB (Red+Green+Blue) = 188+121+104=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7968 is #438697. Grayscale: #8B8B8B. Windows color (decimal): -4425368 or 6846908. OLE color: 6846908.

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

Color convert

RGB 188 121 104 -
CMYK 0 0.36 0.45 0.26
HSL 12.14º 0.39% 0.57% -
HSV(B) 12.14º 0.45% 0.74% -
XYZ 30.08 25.37 16.41 -
YUV 139.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 188 121 104 0 0.36 0.45 0.26 12.14 0.39 0.57
Hex BC 79 68 0 24 2D 1A C 27 39
Octal 274 171 150 0 44 55 32 14 47 71
Binary 10111100 1111001 1101000 0 100100 101101 11010 1100 100111 111001

Color Harmonies of #BC7968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7968

Black with #BC7968

Text Example


Text Example

White with #BC7968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7968; }

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

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

background-color css

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

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

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

border-color css

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

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

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