Html Css Color HEX #BC665E Contessa

📋 copy color: '#BC665E'

red 188 ◦ green 102 ◦ blue 94

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

Shades of Contessa #BC665E

Tints of Contessa #BC665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

 BLUE value IS 94 (37.11% from 255) = 24.48%

R = 48.96%
G = 26.56%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC665E (or 0xBC665E) is known color: Contessa. HEX triplet: BC, 66 and 5E. RGB value is (188,102,94). Sum of RGB (Red+Green+Blue) = 188+102+94=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC665E is #4399A1. Grayscale: #7E7E7E. Windows color (decimal): -4430242 or 6186684. OLE color: 6186684.

HSL color Cylindrical-coordinate representation of color #BC665E: hue angle of 5.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC665E is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 102 94 -
CMYK 0 0.46 0.50 0.26
HSL 5.11º 0.41% 0.55% -
HSV(B) 5.11º 0.5% 0.74% -
XYZ 27.51 21 13.19 -
YUV 126.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 188 102 94 0 0.46 0.50 0.26 5.11 0.41 0.55
Hex BC 66 5E 0 2E 32 1A 5 29 37
Octal 274 146 136 0 56 62 32 5 51 67
Binary 10111100 1100110 1011110 0 101110 110010 11010 101 101001 110111

Color Harmonies of #BC665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC665E

Black with #BC665E

Text Example


Text Example

White with #BC665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC665E; }

 p { color: rgb(188,102,94); }

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

background-color css

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

 a { background-color: rgb(188,102,94); }

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

border-color css

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

 span { border-color: rgb(188,102,94); }

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