Html Css Color HEX #BB6965 Contessa

📋 copy color: '#BB6965'

red 187 ◦ green 105 ◦ blue 101

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

Shades of Contessa #BB6965

Tints of Contessa #BB6965

RGB

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

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

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

R = 47.58%
G = 26.72%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB6965 (or 0xBB6965) is known color: Contessa. HEX triplet: BB, 69 and 65. RGB value is (187,105,101). Sum of RGB (Red+Green+Blue) = 187+105+101=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6965 is #44969A. Grayscale: #818181. Windows color (decimal): -4495003 or 6646203. OLE color: 6646203.

HSL color Cylindrical-coordinate representation of color #BB6965: hue angle of 2.79º 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 #BB6965 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 101 -
CMYK 0 0.44 0.46 0.27
HSL 2.79º 0.39% 0.56% -
HSV(B) 2.79º 0.46% 0.73% -
XYZ 27.89 21.61 15.01 -
YUV 129.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 187 105 101 0 0.44 0.46 0.27 2.79 0.39 0.56
Hex BB 69 65 0 2C 2E 1B 3 27 38
Octal 273 151 145 0 54 56 33 3 47 70
Binary 10111011 1101001 1100101 0 101100 101110 11011 11 100111 111000

Color Harmonies of #BB6965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6965

Black with #BB6965

Text Example


Text Example

White with #BB6965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6965; }

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

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

background-color css

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

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

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

border-color css

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

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

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