Html Css Color HEX #BC6967 Contessa

📋 copy color: '#BC6967'

red 188 ◦ green 105 ◦ blue 103

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

Shades of Contessa #BC6967

Tints of Contessa #BC6967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

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

R = 47.47%
G = 26.52%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC6967 (or 0xBC6967) is known color: Contessa. HEX triplet: BC, 69 and 67. RGB value is (188,105,103). Sum of RGB (Red+Green+Blue) = 188+105+103=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6967 is #439698. Grayscale: #818181. Windows color (decimal): -4429465 or 6777276. OLE color: 6777276.

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

Color convert

RGB 188 105 103 -
CMYK 0 0.44 0.45 0.26
HSL 1.41º 0.39% 0.57% -
HSV(B) 1.41º 0.45% 0.74% -
XYZ 28.24 21.77 15.55 -
YUV 129.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 188 105 103 0 0.44 0.45 0.26 1.41 0.39 0.57
Hex BC 69 67 0 2C 2D 1A 1 27 39
Octal 274 151 147 0 54 55 32 1 47 71
Binary 10111100 1101001 1100111 0 101100 101101 11010 1 100111 111001

Color Harmonies of #BC6967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6967

Black with #BC6967

Text Example


Text Example

White with #BC6967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6967; }

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

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

background-color css

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

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

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

border-color css

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

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

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