Html Css Color HEX #BC6B69 Contessa

📋 copy color: '#BC6B69'

red 188 ◦ green 107 ◦ blue 105

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

Shades of Contessa #BC6B69

Tints of Contessa #BC6B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

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

R = 47%
G = 26.75%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC6B69 (or 0xBC6B69) is known color: Contessa. HEX triplet: BC, 6B and 69. RGB value is (188,107,105). Sum of RGB (Red+Green+Blue) = 188+107+105=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B69 is #439496. Grayscale: #838383. Windows color (decimal): -4428951 or 6908860. OLE color: 6908860.

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

Color convert

RGB 188 107 105 -
CMYK 0 0.43 0.44 0.26
HSL 1.45º 0.38% 0.57% -
HSV(B) 1.45º 0.44% 0.74% -
XYZ 28.55 22.23 16.15 -
YUV 130.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 188 107 105 0 0.43 0.44 0.26 1.45 0.38 0.57
Hex BC 6B 69 0 2B 2C 1A 1 26 39
Octal 274 153 151 0 53 54 32 1 46 71
Binary 10111100 1101011 1101001 0 101011 101100 11010 1 100110 111001

Color Harmonies of #BC6B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B69

Black with #BC6B69

Text Example


Text Example

White with #BC6B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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