Html Css Color HEX #BB6C5C Contessa

📋 copy color: '#BB6C5C'

red 187 ◦ green 108 ◦ blue 92

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

Shades of Contessa #BB6C5C

Tints of Contessa #BB6C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.77%

R = 48.32%
G = 27.91%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB6C5C (or 0xBB6C5C) is known color: Contessa. HEX triplet: BB, 6C and 5C. RGB value is (187,108,92). Sum of RGB (Red+Green+Blue) = 187+108+92=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C5C is #4493A3. Grayscale: #818181. Windows color (decimal): -4494244 or 6057147. OLE color: 6057147.

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

Color convert

RGB 187 108 92 -
CMYK 0 0.42 0.51 0.27
HSL 10.11º 0.41% 0.55% -
HSV(B) 10.11º 0.51% 0.73% -
XYZ 27.79 22.06 12.92 -
YUV 129.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 187 108 92 0 0.42 0.51 0.27 10.11 0.41 0.55
Hex BB 6C 5C 0 2A 33 1B A 29 37
Octal 273 154 134 0 52 63 33 12 51 67
Binary 10111011 1101100 1011100 0 101010 110011 11011 1010 101001 110111

Color Harmonies of #BB6C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C5C

Black with #BB6C5C

Text Example


Text Example

White with #BB6C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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