Html Css Color HEX #BB6963 Contessa

📋 copy color: '#BB6963'

red 187 ◦ green 105 ◦ blue 99

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

Shades of Contessa #BB6963

Tints of Contessa #BB6963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

 BLUE value IS 99 (39.06% from 255) = 25.32%

R = 47.83%
G = 26.85%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB6963 (or 0xBB6963) is known color: Contessa. HEX triplet: BB, 69 and 63. RGB value is (187,105,99). Sum of RGB (Red+Green+Blue) = 187+105+99=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6963 is #44969C. Grayscale: #808080. Windows color (decimal): -4495005 or 6515131. OLE color: 6515131.

HSL color Cylindrical-coordinate representation of color #BB6963: hue angle of 4.09º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6963 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 99 -
CMYK 0 0.44 0.47 0.27
HSL 4.09º 0.39% 0.56% -
HSV(B) 4.09º 0.47% 0.73% -
XYZ 27.8 21.57 14.5 -
YUV 128.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 187 105 99 0 0.44 0.47 0.27 4.09 0.39 0.56
Hex BB 69 63 0 2C 2F 1B 4 27 38
Octal 273 151 143 0 54 57 33 4 47 70
Binary 10111011 1101001 1100011 0 101100 101111 11011 100 100111 111000

Color Harmonies of #BB6963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6963

Black with #BB6963

Text Example


Text Example

White with #BB6963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6963; }

 p { color: rgb(187,105,99); }

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

background-color css

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

 a { background-color: rgb(187,105,99); }

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

border-color css

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

 span { border-color: rgb(187,105,99); }

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