Html Css Color HEX #BB6C5D Contessa

📋 copy color: '#BB6C5D'

red 187 ◦ green 108 ◦ blue 93

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

Shades of Contessa #BB6C5D

Tints of Contessa #BB6C5D

RGB

 RED value IS 187 (73.44% from 255) = 48.2%

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 93 (36.72% from 255) = 23.97%

R = 48.2%
G = 27.84%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB6C5D (or 0xBB6C5D) is known color: Contessa. HEX triplet: BB, 6C and 5D. RGB value is (187,108,93). Sum of RGB (Red+Green+Blue) = 187+108+93=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C5D is #4493A2. Grayscale: #828282. Windows color (decimal): -4494243 or 6122683. OLE color: 6122683.

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

Color convert

RGB 187 108 93 -
CMYK 0 0.42 0.50 0.27
HSL 9.57º 0.41% 0.55% -
HSV(B) 9.57º 0.5% 0.73% -
XYZ 27.83 22.08 13.15 -
YUV 129.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 187 108 93 0 0.42 0.50 0.27 9.57 0.41 0.55
Hex BB 6C 5D 0 2A 32 1B A 29 37
Octal 273 154 135 0 52 62 33 12 51 67
Binary 10111011 1101100 1011101 0 101010 110010 11011 1010 101001 110111

Color Harmonies of #BB6C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C5D

Black with #BB6C5D

Text Example


Text Example

White with #BB6C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C5D; }

 p { color: rgb(187,108,93); }

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

background-color css

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

 a { background-color: rgb(187,108,93); }

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

border-color css

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

 span { border-color: rgb(187,108,93); }

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