Html Css Color HEX #BC6362 Contessa

📋 copy color: '#BC6362'

red 188 ◦ green 99 ◦ blue 98

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

Shades of Contessa #BC6362

Tints of Contessa #BC6362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.71%

 BLUE value IS 98 (38.67% from 255) = 25.45%

R = 48.83%
G = 25.71%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC6362 (or 0xBC6362) is known color: Contessa. HEX triplet: BC, 63 and 62. RGB value is (188,99,98). Sum of RGB (Red+Green+Blue) = 188+99+98=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6362 is #439C9D. Grayscale: #7D7D7D. Windows color (decimal): -4431006 or 6448060. OLE color: 6448060.

HSL color Cylindrical-coordinate representation of color #BC6362: hue angle of 0.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6362 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 98 -
CMYK 0 0.47 0.48 0.26
HSL 0.67º 0.4% 0.56% -
HSV(B) 0.67º 0.48% 0.74% -
XYZ 27.41 20.5 14.07 -
YUV 125.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 188 99 98 0 0.47 0.48 0.26 0.67 0.4 0.56
Hex BC 63 62 0 2F 30 1A 1 28 38
Octal 274 143 142 0 57 60 32 1 50 70
Binary 10111100 1100011 1100010 0 101111 110000 11010 1 101000 111000

Color Harmonies of #BC6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6362

Black with #BC6362

Text Example


Text Example

White with #BC6362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6362; }

 p { color: rgb(188,99,98); }

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

background-color css

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

 a { background-color: rgb(188,99,98); }

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

border-color css

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

 span { border-color: rgb(188,99,98); }

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