Html Css Color HEX #BB6565 Contessa

📋 copy color: '#BB6565'

red 187 ◦ green 101 ◦ blue 101

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

Shades of Contessa #BB6565

Tints of Contessa #BB6565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 48.07%
G = 25.96%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB6565 (or 0xBB6565) is known color: Contessa. HEX triplet: BB, 65 and 65. RGB value is (187,101,101). Sum of RGB (Red+Green+Blue) = 187+101+101=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6565 is #449A9A. Grayscale: #7E7E7E. Windows color (decimal): -4496027 or 6645179. OLE color: 6645179.

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

Color convert

RGB 187 101 101 -
CMYK 0 0.46 0.46 0.27
HSL 0.39% 0.56% -
HSV(B) 0.46% 0.73% -
XYZ 27.5 20.81 14.88 -
YUV 126.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 187 101 101 0 0.46 0.46 0.27 0 0.39 0.56
Hex BB 65 65 0 2E 2E 1B 0 27 38
Octal 273 145 145 0 56 56 33 0 47 70
Binary 10111011 1100101 1100101 0 101110 101110 11011 0 100111 111000

Color Harmonies of #BB6565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6565

Black with #BB6565

Text Example


Text Example

White with #BB6565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6565; }

 p { color: rgb(187,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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