Html Css Color HEX #BC7B69 Contessa

📋 copy color: '#BC7B69'

red 188 ◦ green 123 ◦ blue 105

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

Shades of Contessa #BC7B69

Tints of Contessa #BC7B69

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

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

R = 45.19%
G = 29.57%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC7B69 (or 0xBC7B69) is known color: Contessa. HEX triplet: BC, 7B and 69. RGB value is (188,123,105). Sum of RGB (Red+Green+Blue) = 188+123+105=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B69 is #438496. Grayscale: #8C8C8C. Windows color (decimal): -4424855 or 6912956. OLE color: 6912956.

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

Color convert

RGB 188 123 105 -
CMYK 0 0.35 0.44 0.26
HSL 13.01º 0.38% 0.57% -
HSV(B) 13.01º 0.44% 0.74% -
XYZ 30.37 25.88 16.76 -
YUV 140.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 188 123 105 0 0.35 0.44 0.26 13.01 0.38 0.57
Hex BC 7B 69 0 23 2C 1A D 26 39
Octal 274 173 151 0 43 54 32 15 46 71
Binary 10111100 1111011 1101001 0 100011 101100 11010 1101 100110 111001

Color Harmonies of #BC7B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B69

Black with #BC7B69

Text Example


Text Example

White with #BC7B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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